Browse Source

Merge pull request #9298 from jasongrout/binder

Update binder to use conda, which allows us to install our own nodejs.
Jeremy Tuloup 4 years ago
parent
commit
16fed812bc
2 changed files with 12 additions and 4 deletions
  1. 12 0
      binder/environment.yml
  2. 0 4
      binder/requirements.txt

+ 12 - 0
binder/environment.yml

@@ -0,0 +1,12 @@
+name: example-environment
+channels:
+  - conda-forge
+dependencies:
+  - jupyter-server-proxy
+  - matplotlib-base
+  - nodejs
+  - numpy
+  - pip
+  - python=3.8
+  - vega_datasets
+  - xeus-python

+ 0 - 4
binder/requirements.txt

@@ -1,4 +0,0 @@
-jupyter-server-proxy
-matplotlib
-vega-datasets
-xeus-python