IPython-Diagramme werden in IDLE angezeigt

645
root

Das ist ziemlich blöd, aber jedes Mal, wenn ich plot()mit IPython verwende, wird es im IDLE-Fenster angezeigt, anstatt es inline anzuzeigen. Wie kann ich das ändern?

4

1 Antwort auf die Frage

4
Roger

Use %pylab inline when you are in the IPython shell. You may also specify --pylab=inline as an argument when you first launch IPython.

When you say "IDLE window", do you mean the Python IDE in the standard library?