Skip to content

Commit

Permalink
Fix some errors in mpl lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Apr 29, 2019
1 parent 4b6d39a commit 37d8f02
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 68 deletions.
1 change: 1 addition & 0 deletions environment.yml
Expand Up @@ -11,6 +11,7 @@ dependencies:
- ipywidgets
- numpy
- matplotlib
- mpl_sample_data
- pandas
- statsmodels
- seaborn
Expand Down
2 changes: 2 additions & 0 deletions postBuild
Expand Up @@ -15,6 +15,8 @@ jupyter labextension install jupyter-matplotlib
jupyter labextension install @ryantam626/jupyterlab_code_formatter
jupyter serverextension enable --py jupyterlab_code_formatter

jupyter labextension install jupyter-matplotlib

# https://ipywidgets.readthedocs.io/en/stable/user_install.html
conda install -y -n base -c conda-forge widgetsnbextension
conda install -y -n scientific_programming -c conda-forge ipywidgets
Expand Down

0 comments on commit 37d8f02

Please sign in to comment.