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?
Asked
Active
Viewed 145 times
1

Max Wong
- 694
- 10
- 18
-
You can swap to a different backend, like `%matplotlib inline` – Robbie Aug 31 '22 at 23:53