# 1시간 전까지만해도 잘 되던 Jupyter notebook이 노트북을 껐다 켜니 열리지 않는 현상이 발생했다.
해결방법은 간단했다. ( 아나콘다 해결방법 )
conda upgrade nbconvert
위 코드를 anaconda prompt에 실행한 후 jupyter notebook을 재실행하면 해결!!
#### 아래 stackoverflow를 참고하였다 ####
How can I fix "500 : Internal Server Error" on jupyter notebook due to 'tornado.web' not having attribute 'asynchronous'?
Jupiter notebook is not opening notebooks and shows a "500 : Internal Server Error" instead. What I did was activate an environment I need and launching Jupyter. Please find below what I did and the
stackoverflow.com
#####################
추가 : nbconvert version을 upgrade를 했더니 jupyter notebook에서 파일을 html로 저장하려고 할 때 nbconvert failed: module 'jinja2' has no attribute 'Markup' 오류가 발생!!
-> anaconda prompt에서 jinja2 version을 3.0.3으로 downgrade해서 다시 설치해주니 문제가 해결되었다.
댓글