You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Output 이 안 나오고 콘솔에 에러 로그

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


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


workaround #1

pip install -U jupyter_console


workaround #2

pip install jupyter 'ipykernel<5.0.0' 'ipython<7.0.0'


Ref

  • No labels