Skip to content

Commit 125823e

Browse files
committed
Add files for binder
1 parent ca79a66 commit 125823e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

postBuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
jupyter labextension install @jupyter-widgets/jupyterlab-manager
3+
jupyter nbextension enable --py --sys-prefix appmode
4+
jupyter serverextension enable --py --sys-prefix appmode
5+
jupyter nbextension enable --py widgetsnbextension
6+
jupyter lab build

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ipywidgets==7.5.0
2+
appmode==0.6.0
3+
IPython==7.8.0
4+
widget-code-input

0 commit comments

Comments
 (0)