IPython console in spyder extremely slow in Anaconda

前端 未结 5 1813
旧巷少年郎
旧巷少年郎 2021-01-01 03:33

I\'m trying Anaconda/Spyder after using the standard python installation/IDLE for several years. The console (and variable explorer) becomes progressively slower during each

5条回答
  •  耶瑟儿~
    2021-01-01 04:15

    As far as I've found out, the problem seems to be with the latest major release of the ipython kernel. Pinning the version of ipykernel to 4.10.0 solved it for me. To do so, add a line containing ipykernel 4.* to the file ~/anaconda3/conda-meta/pinned. Create the file if it does not exist yet. Then conda update ipykernel which will actually downgrade to 4.10.0. Worked for me!

提交回复
热议问题