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())
'Python' 카테고리의 다른 글
Django 참조무결성 무시하고 입력하기 (0) | 2021.08.25 |
---|---|
Python 사용하여 Youtube 영상에서 MP3 추출하기 (CentOS 8) (0) | 2020.07.30 |
[Django] django-debug-toolbar 설치하기 (0) | 2019.09.10 |
파이썬 주요 라이브러리 (bs4, pymysql, selenium) 설치 (0) | 2018.03.21 |
CentOS 7 파이썬 3.* 설치 (0) | 2018.03.20 |