I can't connect to kernel in Spyder 4, and when I try to update qtconsole, I get the following error:
Warning: 2 possible package resolutions (only showing differing packages):
- defaults::jupyter_console-6.0.0-py37_0, defaults::prompt_toolkit-2.0.10-py_0
- defaults::jupyter_console-5.2.0-py37_1, defaults::prompt_toolkit-3.0.2-pydone
I have tried updating Anaconda, and uninstalling qtconsole, but for some reason 5.2.0 won't go away. I tried using pip as well, but that didn't work either as it says there is no package called qtconsole. Anyone know how to get rid of 5.2.0?
FIX: I just entered conda uninstall jupyter_console
and that fixed it.