/jupyter-json-viewer

Jupyter extension to display/explore JSON data structures

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

jupyter-json-viewer

Function to display/explore JSON data structures in jupyter notebooks

pip install -e .

from jupyter_json_viewer import render_json

render_json({"some": "dictionary"})