IPython freezes at Windows

Asked by Andreas Roehler

> A newly created figure in the ipython console in emacs will freeze the figure window. The console is still active and responding to commands but each figure is frozen.
> The py-shell-name variable is ipython.bat containing:

Question information

Language:
English Edit question
Status:
Solved
For:
python-mode.el Edit question
Assignee:
No assignee Edit question
Solved by:
Andreas Roehler
Solved:
Last query:
Last reply:
Revision history for this message
Andreas Roehler (a-roehler) said :
#1

Am 21.02.2014 16:56, schrieb <email address hidden>:> Finally after ages past the matplotlib people gave me the suggestion
> which appears to work:
>
> Supplying the arguments console --matplotlib in ipython.bat will do the
> trick with matplotlib 1.3.1 and ipython 1.2.0
>
> This is what I have in my iphython.bat
>
> @python.exe -i D:\devel\Python27\Scripts\ipython-script.py console
> --matplotlib %*
>
> So the console argument was key.
>