Save & load Jupyter notebooks as HTML
Project description
This experimental project tries to save Jupyter notebooks as HTML and read them back.
To try it:
python3 -m nbhtml.write Sample.ipynb python3 -m nbhtml.read Sample.ipynb.html diff from_html.ipynb Sample.ipynb
This could one day be combined with a project like ipymd to save notebooks in two complementary formats:
‘Complete’ HTML notebooks, including images and outputs, which can easily be shared with people who may not have the Notebook application installed.
‘Clean’ notebooks containing only the input (code and markdown) and metadata, convenient for version control (e.g. in git), making diffing and merging easy.
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
nbhtml-0.1-py3-none-any.whl
(7.8 kB
view hashes)