如何禁用 Jupyter notebook matplotlib plot inline?
How to DISABLE Jupyter notebook matplotlib plot inline?
好吧,我知道我可以使用 %matplotlib inline
绘制内联图。
但是,如何禁用它呢?
有时我只想放大我绘制的图形。我不能在内联图上做。
使用 %matplotlib notebook
更改为可缩放显示。
%matplotlib auto
应该切换到默认后端。
好吧,我知道我可以使用 %matplotlib inline
绘制内联图。
但是,如何禁用它呢?
有时我只想放大我绘制的图形。我不能在内联图上做。
使用 %matplotlib notebook
更改为可缩放显示。
%matplotlib auto
应该切换到默认后端。