Skip to main content

A notebook manager for IPython with MongoDB as the backend.

Project description

IPython Notebook Manager in MongoDB

Setting up

First, run

pip install MongoNotebookManager

Then, when you start ipython notebook, make sure you have the following config settings in place. This module will save your notebooks and checkpoints to mongodb, and supports an unlimited number of checkpoints.

required

NotebookApp.notebook_manager_class=mongo_notebook_manager.MongoNotebookManager

optional

Below are the arguments, with their default values

mongo_uri

MongoNotebookManager.mongo_uri='mongodb://localhost:27017/'

replica_set

MongoNotebookManager.replica_set=''

database_name

MongoNotebookManager.database_name='ipython'

notebook_collection

MongoNotebookManager.notebook_collection='notebooks'

checkpoint_collection

MongoNotebookManager.checkpoint_collection='checkpoints'

Why did I build this?

I was setting up IPython Notebook on heroku, and ran into the problem where heroku will remove the extra files after a while. Having used mongodb quite thoroughly before, and knowing the existence of the free mongodb host (up to 500mb, which I believe is more than enough for most users of IPython Notebook), mongolab, I decided to write a module that will enable persistence of the notebooks on heroku, hence this plugin.

Bugs?

This is still in Alpha stage, although most of the basic features are working. If you do find any bugs, please report issues to the repo on Github.

Features?

If there are additional features that you are looking for, please create an issue over at our repo on Github, and we’ll prioritize and get working on it.

Pull requests?

If you wish to make things better, or fix one of the issues(bug/feature), please submit a pull request. However, please follow the AngularJS commit message guideline for your commit messages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MongoNotebookManager-0.1.5.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page