No description
Find a file
2025-12-27 11:37:27 -05:00
.gitignore Add a gitignore 2025-12-27 11:34:33 -05:00
pyproject.toml Create pyproject definition 2025-12-27 11:35:02 -05:00
README.txt Add a README 2025-12-27 11:37:27 -05:00

chadbook
========

minimal jupyter notebook boilerplate using uv.


install uv
----------

linux/mac:
    curl -LsSf https://astral.sh/uv/install.sh | sh

windows:
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"


run the notebook
----------------

    just run

or:

    uv run jupyter lab

opens in your browser. click notebook.ipynb.