Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miraculixx/ipynbstore-gridfs

GridFs Notebook store
https://github.com/miraculixx/ipynbstore-gridfs

Last synced: 24 days ago
JSON representation

GridFs Notebook store

Awesome Lists containing this project

README

        

IPynbstore\_GridFS
==================

IPython Notebook Manager with GridFS Backend

Setting up
----------

**To Install**

::

pip install ipynbstore_gridfs

Now, in your ipython config, configure the following.

**Required**

::

c.NotebookApp.contents_manager_class='ipynbstore_gridfs.GridFSContentsManager'
c.NotebookApp.GridFSContentsManager.mongo_uri='mongodb://localhost:27017/myDB'

**Note:** ``mongo_uri`` needs to be the full url of the mongo instance,
the plugin takes in db, user, pass and all other necessary variables
from the uri itself.