Update binder to use conda, which allows us to install our own nodejs.
@@ -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
@@ -1,4 +0,0 @@
-jupyter-server-proxy
-matplotlib
-vega-datasets
-xeus-python