Skip to content

PitterPatterPython/jupyter_es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_es

A module to help interaction with Jupyter Notebooks and Elastic Search Clusters


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

About

Elastic Search Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages