https://github.com/sdpython/jyquickhelper/blob/master/_doc/sphinxdoc/source/_static/project_ico.png?raw=true

jyquickhelper: javascript extensions for notebooksΒΆ

Build status Build Status Windows https://circleci.com/gh/sdpython/jyquickhelper/tree/master.svg?style=svg https://badge.fury.io/py/jyquickhelper.svg MIT License https://codecov.io/github/sdpython/jyquickhelper/coverage.svg?branch=master GitHub Issues Notebook Coverage Downloads Forks Stars size

Helpers for Jupyter notebooks, implements javascript additions such a menu, wraps a json viewer, a graphviz viewer.

Add a Javascript menu to a notebook

from jyquickheler import add_menu_notebook
add_menu_notebook()

See Notebook, HTML, SVG, Javascript, JSON.

Render Javascript in a notebook

from jyquickhelper import RenderJS
css = ["https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.21/c3.min.css"]
RenderJS(script, css=css, libs = [
                dict(path="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js",
                     name="d3", exports="d3"),
                dict(path="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.21/c3.min.js",
                     name="c3", exports="c3", deps=["d3"])])

See Javascript library in a notebook: c3 or Javascript library in a notebook: mermaid.

Visualize JSON in a notebook.

from jyquickhelper import JSONJS
JSONJS(dict(name="xavier", city="Paris"), html_only=True, show_to_level=3)

See Show JSON in a notebook.

Binder

Links: github, documentation, jyquickhelper: javascript extensions for notebooks, blog, Bugs and improvments

Modules

Functions

Classes

Methods

Static Methods

Properties

Module Index

Examples

Search Page

License

Changes

jyquickhelper: javascript extensions for notebooks

Index

FAQ

Notebook Gallery

Statistics on code

Unit Test Coverage