Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 485 Bytes

jupyter_splunk

A module to help interaction with Jupyter Notebooks and Splunk


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