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 ae30ed6 commit 26931ddCopy full SHA for 26931dd
binder/environment.yml
@@ -14,8 +14,8 @@ dependencies:
14
- python >=3.8,<3.9.0a0
15
- jupyterlab >=3,<4.0.0a0
16
# labextension build dependencies
17
- - nodejs >=14,<15
18
- pip
19
- wheel
20
# additional packages for demos
21
- ipywidgets
+ - jupyterlab_widgets
binder/postBuild
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
-# install extensions, don't minimize as this uses too much memory
4
-# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
+# install extension using pip
5
python -m pip install .
6
7
# remove unnecessary directories when using the binder
@@ -17,5 +16,6 @@ rm tsconfig.json
rm yarn.lock
rm MANIFEST.in
rm pyproject.toml
+rm setup.py
jupyter lab clean
0 commit comments