File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ dependencies:
1818 - pip
1919 - wheel
2020 # additional packages for demos
21- # - ipywidgets
21+ - ipywidgets
Original file line number Diff line number Diff line change 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
85jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
96jupyter lab build --minimize=False
107
118# remove unnecessary directories when using the binder
129rm -rf src
1310rm -rf style
14- rm -rf Design
11+ rm -rf design
1512rm -rf .github
1613rm -rf binder
1714rm -rf docs
18- rm -rf demo
15+ rm -rf jupyterlab_interactive_dashboard_editor
1916rm package.json
2017rm tsconfig.json
2118rm yarn.lock
2219rm MANIFEST.in
23- rm covid-19.ipynb
24- rm sample.dash
20+ rm pyproject.toml
2521
2622jupyter lab clean
Original file line number Diff line number Diff line change 1- jupyterlab >= 2 .0
1+ jupyterlab >= 3 .0
22ipywidgets
3- numpy
4- pandas
5- matplotlib
6- plotly
7- folium
8- seaborn
You can’t perform that action at this time.
0 commit comments