Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khinsen/simple_notebook_manager
A minimal notebook manager for IPython
https://github.com/khinsen/simple_notebook_manager
Last synced: 23 days ago
JSON representation
A minimal notebook manager for IPython
- Host: GitHub
- URL: https://github.com/khinsen/simple_notebook_manager
- Owner: khinsen
- Created: 2014-01-28T17:48:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T16:54:28.000Z (over 10 years ago)
- Last Synced: 2023-04-03T12:17:30.554Z (over 1 year ago)
- Language: Python
- Size: 188 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.