Skip to content

Commit 6465f61

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5f0f86a commit 6465f61

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.binder/postBuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set -ex
33
curl -LsSf https://astral.sh/uv/install.sh | sh
44
source $HOME/.cargo/env
55
uv export \
6+
--group jupyter \
7+
--group notebooks \
68
--no-dev \
79
> requirements.txt
810
uv pip install \

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ doc = [
5353
jupyter = [
5454
"jupyterlab",
5555
"jupyterlab-code-formatter >=3.0.0",
56+
"jupyterlab-code-formatter",
5657
"jupyterlab-git",
5758
"jupyterlab-lsp",
5859
"jupyterlab-myst",

0 commit comments

Comments
 (0)