From 3fef31ce114da2a1b9577f471ab142af649e9a87 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 27 Dec 2025 11:37:27 -0500 Subject: [PATCH] Add a README --- README.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..eb4e814 --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ +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.