19 lines
354 B
Markdown
19 lines
354 B
Markdown
```
|
|
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
|
|
|
|
``` |