Skip to content

Commit 4b0e4f2

Browse files
author
Matthias Bussonnier
committed
docker
1 parent 5ee909e commit 4b0e4f2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

binder/environment.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-threejs ipyvolume bqplot @jupyterlab/geojson-extension @jupyterlab/fasta-extension
2+

0 commit comments

Comments
 (0)