Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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