Skip to content

Commit e6366dc

Browse files
committed
updates soem instructions
1 parent 820fd98 commit e6366dc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ dependencies:
1313
- jupyterlab
1414
- bqplot
1515
- pythreejs
16+
- line_profiler
17+
- matplotlib

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ you are using a different python distribution.
4343
Create a conda environment:
4444
4545
```
46-
conda create -n pycon2019 -c conda-forge --override-channels --yes python=3.7 pip cookiecutter=1.6 'notebook=5.7' pandas=0.24 nodejs=9.11 jupyterlab bqplot ipyvolume pythreejs aiohttp
46+
conda create -n pycon2019 -c conda-forge --override-channels --yes python=3.7 pip cookiecutter=1.6 'notebook=5.7' pandas=0.24 nodejs=9.11 jupyterlab bqplot ipyvolume pythreejs aiohttp line_profiler matplotlib
4747
```
4848
4949
(You could instead create the environment from the supplied environment file with `conda env create -f pycon2019-jupyterlab-tutorial/environment.yml`)

0 commit comments

Comments
 (0)