Jupyter "% matplotlib notebook" does not show plot

I want to create a laptop with matplotlib interactive graphics. I can show static graphs ( %matplotlib inline works fine), but with %matplotlib notebook no shape appears, and not inside a laptop or popup.

Conda installed ipython 5.1.0, jupyter 4.0.6 matplotlib 2.0 ('2.0.0b4 + 2344.g7b27a1b')

here is a laptop https://github.com/fedhere/notebookTests/blob/master/mplnotebook_test.ipynb

what am I doing wrong? thanks

+5
source share
1 answer

The problem is matplotlib 2 beta and rc versions. I thought I tested it with matplotlib1.5, but I still downloaded matplotlib2. I report it there .

+4
source

Source: https://habr.com/ru/post/1261921/


All Articles