쥬피터 노트북 Output 이 안 나오고 콘솔에 다음가 같은 에러 로그가 남았음.

ModuleNotFoundError: No module named 'prompt_toolkit.formatted_text'
[W 13:39:58.759 NotebookApp] KernelRestarter: restart failed


ipykernel 과 jupyter notebook 이 요구하는 prompt_module 버전이 상이해서 발생


처리 방법

쥬피터 콘솔 업데이트

pip install -U jupyter_console


Ref

  • No labels