Skip to content

Commit

Permalink
Commit for mybinder
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed May 21, 2020
1 parent 31ebe91 commit ba11a7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/aiidalab/aiidalab-widget-periodictable

## Usage and try it on Binder

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/widget-periodictable/develop?urlpath=%2Flab%2Ftree%2Fexamples%2Fintroduction.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/widget-periodictable/develop?urlpath=%2Fapps%2Fexamples%2Fintroduction.ipynb)

## Installation

Expand Down
6 changes: 1 addition & 5 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash
pip install -i https://test.pypi.org/simple/ widget-periodictable
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter nbextension enable --py --sys-prefix appmode
jupyter serverextension enable --py --sys-prefix appmode
jupyter nbextension enable --py widgetsnbextension
pip install -e .
jlpm
jlpm run build
jupyter labextension install .
jupyter lab build
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip==20.1.1
ipywidgets==7.5.0
appmode==0.6.0
appmode==0.7.0
IPython==7.8.0
jupyterlab==2.1.1
jupyterlab==2.1.2

0 comments on commit ba11a7b

Please sign in to comment.