Skip to content

Commit

Permalink
Fix notebook dependencies by adding matplotlib (#789)
Browse files Browse the repository at this point in the history
We didn't have matplotlib in the notebook dependencies!
Which is pretty surprising wrt plotting

Also include a fixed version of jedi to allow autocomplete to work
ipython/ipython#12740
Should remove once fix is in place

Also remove unused notebook and notebook.exported files
notebook.exported since it is too OSX specific
notebook, because it has bitrotted compared to the main environment already

The additions is the way to keep things up to date since it avoids duplication (DRY principle)
  • Loading branch information
shankari committed Jan 25, 2021
1 parent ec683b1 commit 48705df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 153 deletions.
2 changes: 2 additions & 0 deletions setup/environment36.notebook.additions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ dependencies:
- branca=0.4.1
- folium=0.11.0
- ipython=7.17.0
- jedi=0.17.2
- jupyter=1.0.0
- matplotlib=3.2.2
118 changes: 0 additions & 118 deletions setup/environment36.notebook.exported.yml

This file was deleted.

35 changes: 0 additions & 35 deletions setup/environment36.notebook.yml

This file was deleted.

0 comments on commit 48705df

Please sign in to comment.