Skip to content

Commit

Permalink
[dev] Setup jupyter in uv
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Oct 13, 2024
1 parent d8e9473 commit 16398de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ publish:
uvx twine upload dist/*


register:
uv run ipython kernel install --user --name=emevo-lab


jupyter:
uv run --with jupyter jupyter lab --port=9998 --no-browser


sync:
ifeq ($(CUDA_AVAILABLE),1)
uv sync --extra=analysis --extra=cuda12
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ ignore = ["B905"]

[tool.uv]
dev-dependencies = [
"ipykernel>=6.29.5",
"pytest>=8.3.3",
"typer>=0.12"
"seaborn>=0.12",
"typer>=0.12",
]

0 comments on commit 16398de

Please sign in to comment.