We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d997b02 commit 90a418fCopy full SHA for 90a418f
provisioner.sh
@@ -2,4 +2,6 @@ echo "MY_VAR='Hello, world!'" > .env
2
3
uv run --env-file .env -- python -c 'import os; print(os.getenv("MY_VAR"))'
4
5
-# uv run --with jupyter jupyter lab
+# 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