Requirements:
- Python (>=3.4)
- poetry
# pyenv local 3.x.x
make install
This command will start a Jupyter notebook server running on port 8888:
make serve
The 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.ipynb
within the Jupyter file tree - Make the desired modifications and save the notebook
- Run
make update_front_matter
to broadcast these changes to the other templates that have front matter