Python

jupyter-notebook python3.8 notimplementederror

Jack Moon 2020. 1. 13. 15:13

python 3.8을 깔고 

jupyter notebook 실행시

Notimplementederror 가 발생한다면

아래 스택오버플로 링크로 해결 가능하다


https://stackoverflow.com/questions/58422817/jupyter-notebook-with-python-3-8-notimplementederror



tornado/platform/asyncio.py 열어


import sys
if sys.platform == 'win32':
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())