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
or with limited memory:
systemd-run --scope -p MemoryMax=10G --user jupyter-book build ct_book
ghp-import -n -p -f _build/html
Only do it from main.
- update version in
pyproject.toml
- update version in
src/trace/__init__.py
poetry publish