Đã nâng cấp gần đây lên Python 3.8 và đã cài đặt jupyter
. Tuy nhiên, khi cố chạy jupyter notebook
, gặp lỗi sau:
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
Tôi biết Python 3.8 trên windows được chuyển sang ProactorEventLoop
mặc định, vì vậy tôi nghi ngờ nó có liên quan đến điều này.
Jupyter hiện không hỗ trợ Python 3.8? Có một công việc xung quanh?
pip install notebook --upgrade