Skip to content

Commit c74eb08

Browse files
committed
Update binder configuration
1 parent a9b4770 commit c74eb08

File tree

2 files changed

+20
-26
lines changed

2 files changed

+20
-26
lines changed

binder/environment.yml

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python=3.8
5-
- pip
6-
- notebook
4+
- bqplot=0.12.29
5+
- ipycanvas=0.9.0
6+
- ipycytoscape=1.2.2
7+
- ipydatagrid=1.0.7
8+
- ipygany=0.5.0
9+
- ipyleaflet=0.14.0
10+
- ipympl=0.7.0
11+
- ipytree=0.2.1
12+
- ipyvolume=0.6.0a8
13+
- ipyvuetify=1.7.0
14+
- ipywidgets=7.6
15+
- jupyterlab=3
716
- numpy
8-
- scikit-image
9-
- scipy
1017
- pandas
18+
- pip
19+
- python=3.8
20+
- pythreejs=2.3.0
1121
- requests
12-
- ipywidgets
13-
- bqplot
14-
- ipyleaflet=0.12.6
15-
- pythreejs
16-
- ipycanvas
17-
- ipyevents
18-
- ipysheet
19-
- ipytree
20-
- ipympl
21-
- pywwt
22-
- sidecar
23-
- voila=0.1
24-
- ipyvuetify
25-
- voila-vuetify
26-
- jupyterlab=2
27-
- ipyvolume=0.6.0a6
28-
- pip:
29-
- netcdf4
22+
- scikit-image
23+
- scipy
24+
- sidecar=0.5.1
25+
- voila=0.2.10
26+
- voila-vuetify=0.5.2

binder/postBuild

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
ipython kernel install --name widgets-tutorial --display-name widgets-tutorial --sys-prefix
2-
3-
jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar bqplot jupyter-threejs [email protected] ipysheet ipytree ipycanvas jupyter-matplotlib jupyter-vuetify ipyvolume --no-build
4-
jupyter lab build --minimize=False

0 commit comments

Comments
 (0)