Details the standard procedures on unix systems to run the project
poetry shell
set -x PYTHONPATH $PWD:$PWD/src/ ; jupyter notebook
In a memory restricted environment:
set -x PYTHONPATH $PWD:$PWD/src/ ; systemd-run --scope -p MemoryMax=10G --user jupyter notebook
set -x PYTHONPATH $PWD:$PWD/src/ ; jupyter-book build ct_book
ghp-import -n -p -f _build/html
Only do it from main.
poetry publish