2
那麼,我知道我可以使用%matplotlib inline
來內聯繪製。如何禁用Jupyter notebook matplotlib plot inline?
但是,如何禁用它呢?
有時候我只想放大我繪製的圖形。我不能在內聯圖上做什麼。
那麼,我知道我可以使用%matplotlib inline
來內聯繪製。如何禁用Jupyter notebook matplotlib plot inline?
但是,如何禁用它呢?
有時候我只想放大我繪製的圖形。我不能在內聯圖上做什麼。
使用%matplotlib notebook
更改爲可縮放顯示。
不幸的是,這不會禁用內聯。但你提供了一個更好的解決方案乾杯 –
http://stackoverflow.com/questions/30878666/matplotlib-python-inline-on-off – jinhwanlazy