Stop the effect of %matplotlib notebook in Jupyter notebook

322 Views Asked by At

I used the magic commands %matplotlib notebook at some ceil in my notebook to animate some scatter plots.
However, after that ceil, I want to remove the effect of this magic command.
Anyone has any idea of how to do this?

1

There are 1 best solutions below

0
Vovin On BEST ANSWER

You can turn the interactive mode off via plt.ioff()