1

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?

Max Wong
  • 694
  • 10
  • 18

1 Answers1

1

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

Vovin
  • 720
  • 4
  • 16