Skip to content

Commit

Permalink
include ipykernel in nb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Dec 4, 2024
1 parent 33401dd commit 79136c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/postCreateCommands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ pip install --upgrade pip > /tmp/pip.stdout.log 2> /tmp/pip.stderr.log
pip install uv > /tmp/uv.stdout.log 2> /tmp/uv.stderr.log
uv tool install tox --with tox-uv > /tmp/tox.stdout.log 2> /tmp/tox.stderr.log
uv venv --python 3.10 .venv > /tmp/venv.stdout.log 2> /tmp/venv.stderr.log
.venv/bin/activate
uv pip install -e . > /tmp/install.stdout.log 2> /tmp/install.stderr.log
chmod +x .venv/bin/activate && .venv/bin/activate && uv pip install -e .[nb] > /tmp/install.stdout.log 2> /tmp/install.stderr.log
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ classifiers = [
[project.optional-dependencies]
dev = ["tox", "uv"]
# docs = ["sphinx", "sphinx-rtd-theme"]
nb = ["ipykernel"]

[project.urls]
Homepage = "https://example.com"
Expand Down

0 comments on commit 79136c0

Please sign in to comment.