简体   繁体   中英

Stop the effect of %matplotlib notebook in Jupyter notebook

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM