Skip to content

Commit

Permalink
added binder folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 19, 2021
1 parent 60cfc69 commit 19409d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ipyrun
# channels priority
# see https://bioconda.github.io/
# conda-forge has highest prioriy
channels:
- defaults
- conda-forge
dependencies:
- python>=3.7
- numpy
- pandas
- altair
- jupyterlab
- voila
- pillow
- nodejs
- ipywidgets
5 changes: 5 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jupyter labextension install \
@jupyter-widgets/jupyterlab-manager \
jupyterlab-topbar-extension \
jupyterlab-system-monitor \
jupyterlab-topbar-text \

0 comments on commit 19409d3

Please sign in to comment.