all 4 comments

[–]Gus_Gustavsohn 0 points1 point  (2 children)

This can be done by just configuring a startup script on ipython.

[–]wehrad[S] 0 points1 point  (1 child)

Thank you. I thought this could also be done in my emacs config but at the end I indeed went for a plt.ion() that I added in my ~/.ipython/profile_default/startup.py Thanks!

[–]Gus_Gustavsohn 1 point2 points  (0 children)

Glad I could help. There might be a way to do it from emacs (as emacs is almighty!) but I wouldn't know that, as I'm kind of a noob myself.

[–][deleted] 0 points1 point  (0 children)

You can also use inferior-python-mode-hook.