IPython console in spyder extremely slow in Anaconda

前端 未结 5 1815
旧巷少年郎
旧巷少年郎 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:16

    @Sjoerd Thanks for your answer, this is what worked for me. To be still clearer, here's what I did in terminal on Anaconda 3 on High Sierra:

    echo "ipykernel 4.10.0" >> ~/anaconda3/conda-meta/pinned

    conda update anaconda

    When I tried to update only ipykernel, I would have dependencies errors. By updating anaconda, everything is now up to date but ipykernel which is effectively at version 4.10.0. I didn't experience any hang since then.

提交回复
热议问题