Skip to content

Commit

Permalink
Add matplotlib as a dependency for sos-notebook.
Browse files Browse the repository at this point in the history
ipykernel does not install it by default because it can run non-plotting
code without matplotlib. However, the SoS kernel requires matplotlib to
run any code.
  • Loading branch information
jdblischak committed Jan 28, 2019
1 parent 183315f commit bfe18b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/sos-notebook/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requirements:
- ipykernel
- ipython
- markdown
- matplotlib
- nbconvert >=5.1.1
- nbformat
- notebook >=5.0.0
Expand Down

0 comments on commit bfe18b1

Please sign in to comment.