컴퓨터 에러

cmd에서 jupyter notebook 갑자기 안 열림

Jerry_K 2023. 10. 18. 21:06

오늘도 평화롭게 주피터를 키고 코드를 두들기려했는데, 갑자기 에러가 떴다...

(뭐지...?? 오늘 아침만해도 잘 됐던거 같은디... )

 

에러코드는 TypeError: warn() missing 1 required keyword-only argument: 'stacklevel'

 

최근에 경로 바꾸고 막 이상한 짓 해서 그런 줄 알았는데, 다행히 그런건 아니였다.

 

pip uninstall traitlets
pip install traitlets==5.9.0

이런 경우 가볍게  cmd에 uninstall traitlets하고 , 다시 새로운 버전을 깔아주면 된다. 

이렇게 했더니 이제 잘된다.

다시 만나서 반갑다 주피터야 ㅠㅠ 


(참고 자료)

https://github.com/microsoft/azuredatastudio/issues/24436

 

 

ModuleNotFoundError: No module named 'jupyter_server.contents' switching to Python kernel · Issue #24436 · microsoft/azuredata

Started seeing this after the installing the 6.5.5 version of the notebook package for the python kernel. Unclear exactly what's causing it currently though. While this issue was caused by switchin...

github.com