You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jupyter notebooks if you use %matplotlib notebook instead of %matplotlib inline the backend is javascript based and plots can be updated very quickly, it doesn't create pngs. This is the best to pair with ipython widgets.
In Jupyter notebooks if you use
%matplotlib notebook
instead of%matplotlib inline
the backend is javascript based and plots can be updated very quickly, it doesn't create pngs. This is the best to pair with ipython widgets.Also note that this doesn't work in JupyterLab. A new matplotlib widget extension has been developed: https://github.com/matplotlib/jupyter-matplotlib.
The text was updated successfully, but these errors were encountered: