diff --git a/Makefile b/Makefile index 780df93..d6cf3be 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 6c3faf2..92ab90e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",