We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4f51e commit 703efd8Copy full SHA for 703efd8
pyproject.toml
@@ -75,7 +75,7 @@ version_cmd = "hatch version"
75
76
[tool.jupyter-releaser.hooks]
77
before-build-npm = [
78
- "python -m pip install jupyterlab>=4.0.0,<5",
+ "python -m pip install 'jupyterlab>=4.0.0,<5'",
79
"jlpm",
80
"jlpm build:prod"
81
]
0 commit comments