GitXplorerGitXplorer
k

simple_notebook_manager

public
20 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
859bb8fc0cc03f697f06b2bd37a66997db4b315e

Adapt code to recent changes in the NotebookManager API

kkhinsen committed 11 years ago
Unverified
457b0c95b22dbbb411742d065d90e0cfbf61fc4b

Adapt code to recent changes in the NotebookManager API

kkhinsen committed 11 years ago
Unverified
8aa55eb1ebf03ace01084f164b384f43275bde62

Implement recent changes to the NotebookManager API

kkhinsen committed 11 years ago
Unverified
597ed828e75b33f7eb39c68a03233c9106bf530d

Implement signature checking

kkhinsen committed 11 years ago
Unverified
690a996feba8c5d6204455a76a742ec661b5013b

Instructions for running the script

kkhinsen committed 11 years ago
Unverified
152deb8249089e50abbe7fa355d613119fe8f16b

Mention that the code works with Python 2.7 as well.

kkhinsen committed 11 years ago

README

The README file for this repository.

A simple notebook manager for IPython

This package provides a minimal notebook manager for IPython. It is meant to illustrate the notebook manager API. This notebook manager stores all notebooks in memory, meaning that they are lost when the server is stopped. It is completely useless for practical applications.

The code has bee tested with Python 2.7 and 3.3.

Run the script simple_notebook_manager_test to start an IPython notebook server with debug output enabled and using the simple notebook manager.