Requirements:
- Python (>=3.4)
- poetry
# pyenv local 3.x.x
make installThis command will start a Jupyter notebook server running on port 8888:
make serveThe bare and minimal_* templates include a single markdown cell of Scripts info / instructions (herein referred to as the "front matter").
To update the front matter markdown:
- Start a notebook server:
make serve - Navigate to
bare/template.ipynbwithin the Jupyter file tree - Make the desired modifications and save the notebook
- Run
make update_front_matterto broadcast these changes to the other templates that have front matter