소스 검색

Update binder to use conda, which allows us to install our own nodejs.

Our binder doesn’t work right now because the platform has node 10, but we now require node 12.
Jason Grout 4 년 전
부모
커밋
0ff260b3ac
2개의 변경된 파일13개의 추가작업 그리고 4개의 파일을 삭제
  1. 13 0
      binder/environment.yml
  2. 0 4
      binder/requirements.txt

+ 13 - 0
binder/environment.yml

@@ -0,0 +1,13 @@
+name: example-environment
+channels:
+  - conda-forge
+dependencies:
+  - jupyter-server-proxy
+  - matplotlib
+  - nodejs
+  - numpy
+  - pip
+  - python
+  - xeus-python
+  - pip:
+    - vega-datasets

+ 0 - 4
binder/requirements.txt

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