Skip to content

PitterPatterPython/jupyter_dtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_dtools

A module to help interaction with Jupyter Notebooks and Domain Tools API


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 dtools_core import Dtools
ipy = get_ipython()
Dtools = Dtools(ipy, debug=False, pd_display_grid="qgrid")
ipy.register_magics(Dtools)

About

Jupyter integration for Domain Tools API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages