簡體   English   中英

jupyter“%matplotlib notebook”沒有顯示情節

[英]jupyter “%matplotlib notebook” not showing plot

我想創建一個帶有交互式matplotlib圖的筆記本。 我可以顯示靜態圖( %matplotlib inline工作正常),但%matplotlib notebook沒有顯示圖,不在筆記本內,也不作為彈出窗口。

conda安裝了ipython 5.1.0,jupyter 4.0.6 matplotlib 2.0('2.0.0b4 + 2344.g7b27a1b')

這是筆記本電腦https://github.com/fedhere/notebookTests/blob/master/mplnotebook_test.ipynb

我究竟做錯了什么? 謝謝

問題在於matplotlib 2 beta&rc版本。 我以為我也用matplotlib1.5測試了它,但我還是加載了matplotlib2。 我在那里報道。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM