Skip to content

A Dummy Integration Used for Testing to get the feel for things

License

Notifications You must be signed in to change notification settings

PitterPatterPython/jupyter_dummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_dummy

A module to help interaction with Jupyter Notebooks and a Fake Dataset called dummy


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 dummy_core.dummy_base import Dummy
dummy_base = Dummy(ipy, debug=False)
ipy.register_magics(dummy_base)

About

A Dummy Integration Used for Testing to get the feel for things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages