question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ipython console slow response in Spyder

See original GitHub issue

Hi,

I am attempting to use Spyder that came with my new install of Anaconda, but the ipython console within Spyder is extremely slow for anything, such as starting takes 1-2 minutes and even something such as 5+5 has a 5-10 second delay to get a response. If I run jupyter qtconsole from the Anaconda prompt, it will say kernel died a few times, but eventually start and then work normally e.g. 5+5 has an instant response.

If I do jupyter qtconsole and then connect to the .json that was created from that using the “Connect to an existing kernel” it looks like my ipython terminal in Spyder works fine, minus the variable explorer which is less than ideal.

I am using Windows 7 Enterprise

Version and main components

  • Spyder Version: 3.2.6
  • Python Version: 3.6.4
  • Qt Versions: 5.6.2, PyQt5 5.6 on Windows

Dependencies

pyflakes >=0.6.0 :  1.6.0 (OK)
pycodestyle >=2.3:  2.3.1 (OK)
pygments >=2.0   :  2.2.0 (OK)
pandas >=0.13.1  :  0.22.0 (OK)
numpy >=1.7      :  1.14.0 (OK)
sphinx >=0.6.6   :  1.6.6 (OK)
rope >=0.9.4     :  0.10.7 (OK)
jedi >=0.9.0     :  0.11.1 (OK)
nbconvert >=4.0  :  5.3.1 (OK)
sympy >=0.7.3    :  1.1.1 (OK)
cython >=0.21    :  0.27.3 (OK)
qtconsole >=4.2.0:  4.3.1 (OK)
IPython >=4.0    :  6.2.1 (OK)
pylint >=0.25    :  1.8.2 (OK)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:36 (17 by maintainers)

github_iconTop GitHub Comments

12reactions
renatoviolincommented, Jan 29, 2019

Downgrade ipykernel from 5.10 to 4.10 solved my problem here. conda install ipykernel=4.10.

2reactions
ccordoba12commented, May 2, 2018

Please update to our 3.2.8 version and try again. Also, please update Qt/PyQt to their latest version. For that, please open the Anaconda Prompt and run there

conda update spyder qt pyqt

Let us know if that fixes the problem for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPython console in spyder extremely slow in Anaconda
The console (and variable explorer) becomes progressively slower during each work session, with every script and interactive command that I run.
Read more >
ipython console becomes very slow : PY-29478
One strange thing is that the response only becomes slow. With a new ipython console the response is quick, for a while, and...
Read more >
Spyder Python IDE (Anaconda) suddenly becomes very slow
It was not super fast before, but since last week, Spyder became extremely slow. It won't return results for simple commands like data.header() ......
Read more >
why is anaconda so slow, spyder ipython console freeze ...
In Spyder, the Ipython console gets stuck for no apparent reason. Often it gets stuck on the: After executing code. Hitting the red...
Read more >
slow code completion in editor (all of the sudden)
Just today I also noticed that IPython also has speed issues. Showing the output of simple commands like print('hey') can take ~5 seconds....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found