Browse Source

add environment.yml, binder link

Nicholas Bollweg 8 years ago
parent
commit
ef08950752
2 changed files with 10 additions and 0 deletions
  1. 2 0
      README.md
  2. 8 0
      environment.yml

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # [JupyterLab](http://jupyter.github.io/jupyterlab/)
 
+[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/jupyter/jupyterlab/lab)
+
 An extensible computational environment for Jupyter.
 
 **JupyterLab is a very early developer preview, and is not suitable for

+ 8 - 0
environment.yml

@@ -0,0 +1,8 @@
+name: jupyterlab
+channels:
+  - conda-forge
+dependencies:
+  - jupyterlab
+  - ipywidgets
+  - pandas
+  - nodejs