Update README.md

This commit is contained in:
2025-12-07 15:17:24 +08:00
parent 5d0574f216
commit a9fa84a31e

View File

@@ -3,4 +3,17 @@ changcl@jupyter
/home/changcl/apps/jupyter/notebook
curl -LsSf https://astral.sh/uv/install.sh | sh
which uv
uv init jupyter --python 3.12
uv venv /home/changcl/apps/jupyter/.venv
uv run jupyter --config-dir
uv run jupyter --config-dir
uv run jupyter --config-dir
uv add python-dotenv
uv add nltk
uv add textblob
history | cut -c 8- | grep uv
```