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 07c8322 commit 71359b7Copy full SHA for 71359b7
binder/environment.yml
@@ -10,9 +10,3 @@ dependencies:
10
- hatchling >=1.5.0
11
- hatch-jupyter-builder >=0.3.2
12
- 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
@@ -4,7 +4,7 @@
4
# Distributed under the terms of the Modified BSD License.
5
6
# Install chat extension
7
-./scripts/dev_install.sh
+python ./scripts/dev_install.py
8
9
jupyter troubleshoot
jupyter notebook --show-config
0 commit comments