Skip to content

Commit 622388d

Browse files
authored
Merge pull request #111 from cameron-toy/binderfix
more binder fixes
2 parents ca25190 + 26931dd commit 622388d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- python >=3.8,<3.9.0a0
1515
- jupyterlab >=3,<4.0.0a0
1616
# labextension build dependencies
17-
- nodejs >=14,<15
1817
- pip
1918
- wheel
2019
# additional packages for demos
2120
- ipywidgets
21+
- jupyterlab_widgets

binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
# install extensions, don't minimize as this uses too much memory
4-
# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
3+
# install extension using pip
54
python -m pip install .
65

76
# remove unnecessary directories when using the binder
@@ -17,5 +16,6 @@ rm tsconfig.json
1716
rm yarn.lock
1817
rm MANIFEST.in
1918
rm pyproject.toml
19+
rm setup.py
2020

2121
jupyter lab clean

0 commit comments

Comments
 (0)