Due to a bug in IPython 7.13.0 i can not use matplotlib, as described in this question:
An error ocurred while starting the kernel
RROR:tornado.application:Exception in callback functools.partial(.advance_eventloop at 0x000001A802791318>)
Traceback (most recent call last):
File "path\anaconda3\lib\site‑packages\tornado\ioloop.py", line 743, in _run_callback
ret = callback()
File "path\anaconda3\lib\site‑packages\ipykernel\kernelbase.py", line 310, in advance_eventloop
eventloop(self)
File "path\anaconda3\lib\site‑packages\ipykernel\eventloops.py", line 232, in loop_tk
app.tk.createfilehandler(stream.getsockopt(zmq.FD), READABLE, notifier)
AttributeError: '_tkinter.tkapp' object has no attribute 'createfilehandler'
I use Anaconda, Python 3.7.6 and Spyder 4.1.2 (and Windows 10). How can i switch to a stable version? I have tried:
conda update ipykernel
conda update conda
conda update anaconda
conda update spyder
Any idea which version is under my environment stable?