Explorer reporting...
I use this repository to track the dependencies that I commonly use in my Jupyter notebook environment.
I use uv
uv venv --seed # create virtual environment
uv pip install -r pyproject.toml # install dependencies
source /path/to/science-vessel/venv/bin/activate
# congrats, you're now using the science-vessel
function science() {
echo "Stand back! I'm doing science!"
source /Users/audy/Code/science-vessel/venv/bin/activate
}