Collection of jupyter notebooks I use for experimenting with stuff and note taking. Not guaranteed to work on your computer. You can still browse the notebooks! (click on the nbviewer links below)
pipenv install
pipenv run jupyter lab
Invoke the update-readme.sh
script. This will concatenate the header, footer and the generated TOC into the final README.md
. That means README.md
isn't edited directly.
Only notebooks beginning with a markdown H1 title (e.g. # title
) is listed in the TOC.
_pre_toc.md
is the header file.- an untracked
_toc.md
file is created whenupdate-readme.sh
is called. _post_toc.md
is the footer file.