We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee909e commit 4b0e4f2Copy full SHA for 4b0e4f2
binder/environment.yml
@@ -0,0 +1,19 @@
1
+name: pycon2019
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - python=3.7
6
+ - aiohttp
7
+ - trio
8
+ - pip
9
+ - cookiecutter=1.6
10
+ - notebook=5.7
11
+ - pandas=0.24
12
+ - nodejs=9.11
13
+ - jupyterlab
14
+ - bqplot
15
+ - pythreejs
16
+ - line_profiler
17
+ - matplotlib
18
+ - rpy2
19
+ - simplegeneric
binder/postBuild
@@ -0,0 +1,2 @@
+jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-threejs ipyvolume bqplot @jupyterlab/geojson-extension @jupyterlab/fasta-extension
+
0 commit comments