Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miraculixx/ipynbstore-gridfs
- Owner: miraculixx
- License: mit
- Created: 2015-07-24T13:04:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T17:16:54.000Z (over 8 years ago)
- Last Synced: 2024-10-29T00:25:58.968Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.