Skip to content

Commit 71359b7

Browse files
authored
Fix the Binder environment (#233)
* Clean up dependencies in the Binder environment * Update environment.yml * Update postBuild
1 parent 07c8322 commit 71359b7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

binder/environment.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ dependencies:
1010
- hatchling >=1.5.0
1111
- hatch-jupyter-builder >=0.3.2
1212
- hatch-nodejs-version
13-
# Use pip to get the the latest version
14-
- pip:
15-
- jupyter_server >=2.0.1,<3
16-
- jupyter_collaboration >=2.1.4,<3
17-
- jupyter_ydoc
18-
- pycrdt

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Distributed under the terms of the Modified BSD License.
55

66
# Install chat extension
7-
./scripts/dev_install.sh
7+
python ./scripts/dev_install.py
88

99
jupyter troubleshoot
1010
jupyter notebook --show-config

0 commit comments

Comments
 (0)