Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/nbhtml
Save & load Jupyter notebooks as HTML
https://github.com/takluyver/nbhtml
Last synced: 4 days ago
JSON representation
Save & load Jupyter notebooks as HTML
- Host: GitHub
- URL: https://github.com/takluyver/nbhtml
- Owner: takluyver
- License: bsd-3-clause
- Created: 2017-02-22T15:29:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T15:15:29.000Z (almost 7 years ago)
- Last Synced: 2024-12-05T15:49:19.446Z (20 days ago)
- Language: HTML
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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.htmldiff 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.