Skip to content

PitterPatterPython/jupyter_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_mongo

A module to help interaction with Jupyter Notebooks and Mongo DB


This is a python module that helps to connect Jupyter Notebooks to various datasets. It's based on (and requires) https://github.com/JohnOmernik/jupyter_integration_base

Initialization


Example Inits

Embedded mode using qgrid

from mongo_core import Mongo
ipy = get_ipython()
mongo_full = Mongo(ipy, debug=False)
ipy.register_magics(mongo_full)

About

Mongo DB Integration with Jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages