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 9f4e336 commit 87c82cbCopy full SHA for 87c82cb
binder/postBuild
@@ -32,7 +32,7 @@ _(sys.executable, "-m", "pip", "check")
32
# install the labextension
33
_("jlpm", "install")
34
_("jlpm", "build")
35
-_(sys.executable, "-m", "pip", "install", "-e", ".")
+_(sys.executable, "-m", "pip", "install", "-e", ".[dev]")
36
_(sys.executable, "-m", "jupyter", "labextension", "develop", "--overwrite", ".")
37
38
# verify the environment the extension didn't break anything
0 commit comments