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.
%matplotlib inline
%matplotlib notebook
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
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 .
Source: https://habr.com/ru/post/1261921/More articles:Pandas - aggregate, sort and largest inside groupby - pythonRemoving text during image processing - pythonOutput field in an autocomplete clause - elasticsearchWhat is a good alternative for the output field in Elasticsearch 5.1 Suggestions for completion? - autocompleteIs there a Google Trips API? - google-mapsWhy does matplotlib.pyploy.imshow change its axis? - pythonLogstash Configuration - logstashFind the nearest latitude and longitude - pythonHow to use VBIDE in VB6 Addin to programmatically print source code.? - vb6Using strings in switch statements - where do we stand with C ++ 17? - c ++All Articles