-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%matplolib magic command in IPython terminal needs to be executed twice #4002
Comments
This is because we internally run
when we start all our kernels by default. Your second command should be
if you want to use Qt5 directly. |
I think I didn't explain it well. The problem is that after the first |
If you want to see your plot in a external window for sure, you need to use the command I gave you, i.e.
not just
because |
I just tried and I get the same behavior than without args. PD: in Spyder 2 |
That's certainly odd, we take a look at it :-) |
@mariacamilaremolinagutierrez, please work on this one. |
@ccordoba12 @rubennj I am not able to reproduce this error. When I run %matplotlib qt5 I get the external window right away without second calls: I however just updated qt and pyqt. Ruben could you please update to our latest release (https://github.com/spyder-ide/spyder/releases/tag/v3.1.1) and tell me if this problem remains? |
@ccordoba12 to ease issue reporting we might also query for (is a anaconda install and provide the conda info and conda list on the report? of deps?) |
@goanpeca, yep, sounds good! |
In the way @mariacamilaremolinagutierrez has tested it also works on my system (not plotting I'm waiting for Continuum repositories to update Spyder to 3.1.1. Below my current _nb_ext_conf 0.3.0 py35_0 |
I got Spyder 3.1.2 and still the same |
Description of your problem
%matplolib
magic command in IPython terminal needs to be executed twice to actually work.What steps will reproduce the problem?
What is the expected output? What do you see instead?
Only one
%matplolib
call should be enough.Please provide any additional information below
Versions and main components
Dependencies
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.3 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.11.3 (OK)
pandas >=0.13.1 : 0.19.2 (OK)
pep8 >=0.6 : 1.7.0 (OK)
pyflakes >=0.6.0 : 1.5.0 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.5.1 (OK)
sympy >=0.7.3 : None (NOK)
The text was updated successfully, but these errors were encountered: