Helpers for Jupyter notebooks: automated menu, JSON visualizer, plug javascript
Project description
README
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
Release history Release notifications | RSS feed
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
File details
Details for the file jyquickhelper-0.3.128-py3-none-any.whl
.
File metadata
- Download URL: jyquickhelper-0.3.128-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83c90552debaaa3314c552dc3e9a78f72c0f9a7e322d4413d4c1a614085fadd2 |
|
MD5 | 85e63fa4cb9c87a52e64ade35c50b200 |
|
BLAKE2b-256 | c4a71f1dafac20e80af6c251394aa9770c6691a799018df23c7fe68dc8bac6a0 |