Aggiornato di recente a Python 3.8 e installato jupyter
. Tuttavia, quando si tenta di eseguire jupyter notebook
ottenendo il seguente errore:
File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\tornado\platform\asyncio.py", line 99, in add_handler
self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ)
File "c:\users\user\appdata\local\programs\python\python38\lib\asyncio\events.py", line 501, in add_reader
raise NotImplementedError
NotImplementedError
Conosco Python 3.8 su Windows passato di ProactorEventLoop
default, quindi sospetto che sia correlato a questo.
Jupyter non supporta Python 3.8 al momento? C'è un lavoro in giro?
pip install notebook --upgrade