Add a README
This commit is contained in:
parent
e1f4501591
commit
3fef31ce11
1 changed files with 26 additions and 0 deletions
26
README.txt
Normal file
26
README.txt
Normal file
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue