Skip to main content

Helpers for Jupyter notebooks: automated menu, JSON visualizer, plug javascript

Project description

README

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 Requirements Status https://codecov.io/github/sdpython/jyquickhelper/coverage.svg?branch=master GitHub Issues Waffle Notebook Coverage

Links:

jyquickhelper

Helpers for Jupyter notebooks. Example to run from a notebook:

from jyquickheler import add_menu_notebook
add_menu_notebook()

A menu is displayed:

  • first section of level 2

  • section section of level 2

It helps rendering javascript:

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 c3.ipynb. Or visualizing JSON:

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

See nb_json.ipynb.

History

0.3.9999 (2018-12-31)

Bugfix

Features

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jyquickhelper-0.3.128-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file jyquickhelper-0.3.128-py3-none-any.whl.

File metadata

File hashes

Hashes for jyquickhelper-0.3.128-py3-none-any.whl
Algorithm Hash digest
SHA256 83c90552debaaa3314c552dc3e9a78f72c0f9a7e322d4413d4c1a614085fadd2
MD5 85e63fa4cb9c87a52e64ade35c50b200
BLAKE2b-256 c4a71f1dafac20e80af6c251394aa9770c6691a799018df23c7fe68dc8bac6a0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page