Skip to content

Commit 7f16e6b

Browse files
authored
Merge pull request #106 from cameron-toy/binder2021
binder updates for jupyterlab 3.0
2 parents ac7843b + e5e39fc commit 7f16e6b

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dependencies:
1818
- pip
1919
- wheel
2020
# additional packages for demos
21-
# - ipywidgets
21+
- ipywidgets

binder/postBuild

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@
22

33
# install extensions, don't minimize as this uses too much memory
44
# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
5-
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
6-
jupyter labextension install plotlywidget --no-build
7-
jupyter labextension install @jupyterlab/plotly-extension --no-build
85
jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
96
jupyter lab build --minimize=False
107

118
# remove unnecessary directories when using the binder
129
rm -rf src
1310
rm -rf style
14-
rm -rf Design
11+
rm -rf design
1512
rm -rf .github
1613
rm -rf binder
1714
rm -rf docs
18-
rm -rf demo
15+
rm -rf jupyterlab_interactive_dashboard_editor
1916
rm package.json
2017
rm tsconfig.json
2118
rm yarn.lock
2219
rm MANIFEST.in
23-
rm covid-19.ipynb
24-
rm sample.dash
20+
rm pyproject.toml
2521

2622
jupyter lab clean

binder/requirements.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
jupyterlab>=2.0
1+
jupyterlab>=3.0
22
ipywidgets
3-
numpy
4-
pandas
5-
matplotlib
6-
plotly
7-
folium
8-
seaborn

0 commit comments

Comments
 (0)