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.mdis the header file.- an untracked
_toc.mdfile is created whenupdate-readme.shis called. _post_toc.mdis the footer file.