Skip to content

Commit

Permalink
Install jupyter to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Oct 23, 2024
1 parent d55fff9 commit 866b44b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ register:


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


sync:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ ignore = ["B905"]
dev-dependencies = [
"bqplot>=0.12",
"ipykernel>=6.29.5",
"jupyterlab>=4.0",
"jupyterlab-code-formatter>=3.0",
"pytest>=8.3.3",
"seaborn>=0.12",
"typer>=0.12",
Expand Down

0 comments on commit 866b44b

Please sign in to comment.