Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayer79/jupyterloop
Tests on creating html files with programmatically created tocs
https://github.com/mayer79/jupyterloop
Last synced: 15 days ago
JSON representation
Tests on creating html files with programmatically created tocs
- Host: GitHub
- URL: https://github.com/mayer79/jupyterloop
- Owner: mayer79
- Created: 2021-03-16T20:36:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T20:39:57.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T12:57:07.282Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Making TOC and contents from loop
## Things to install
jupyterlab 3
conda install "nbconvert=5.6.1"
conda install -c conda-forge jupyter_contrib_nbextensions## Create html with TOC
jupyter nbconvert --to html_toc jupyterloop.ipynb --no-input
## Good links with Sphinx issues
https://github.com/spatialaudio/nbsphinx/issues/152