Python 3.8이 포함 된 Jupyter 노트북-NotImplementedError
최근 Python 3.8로 업그레이드하고 설치했습니다 jupyter. 그러나 실행하려고 jupyter notebook하면 다음 오류가 발생합니다. 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 Windows의 Python 3.8 ProactorEventLoop이 기본적으로 전환되어 있다는 것을 알고 있으므로 이와 관련이 있다고 생각합니다. Jupyter는 현재 Python 3.8을 …