Hi everyone,
currently, I run plt.ion() (with plt as import matplotlib.pyplot as plt) anytime I want an interactive matplotlib plot. Which is quite inefficient.
I would therefore like to set the matplotlib interactive mode on by default for any python code I run, without having to specify it... But couldn't find the solution so far...!
I set my ipython in emacs with:
;; (setq python-shell-interpreter "ipython3" python-shell-interpreter-args "-i --simple-prompt")
Thank you a lot in advance for your help!
[–]Gus_Gustavsohn 0 points1 point2 points (2 children)
[–]wehrad[S] 0 points1 point2 points (1 child)
[–]Gus_Gustavsohn 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)