Skip to content

Commit 90a418f

Browse files
authored
Update provisioner.sh
1 parent d997b02 commit 90a418f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

provisioner.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ echo "MY_VAR='Hello, world!'" > .env
22

33
uv run --env-file .env -- python -c 'import os; print(os.getenv("MY_VAR"))'
44

5-
# uv run --with jupyter jupyter lab
5+
# https://docs.astral.sh/uv/guides/integration/jupyter/#using-jupyter-within-a-project
6+
# uv run --with jupyter jupyter lab
7+
# uv run ipython kernel install --user --env VIRTUAL_ENV $(pwd)/.venv --name=project

0 commit comments

Comments
 (0)