Issue
I am using Pycharm 2018.2 version in ubuntu 18.04 and I am trying to use the JupyterNoteBook inside the pycharm it's been loading and creating a new notebook. But the cell in the Jupyter always shows busy and it throws some error like ModuleNotFoundError: No module named 'prompt_toolkit.formatted_text'. Eventhough, I restarted the kernel again and again it throws the same error. Even I uninstalled and after the re-installation it throws the same error. Error it throws
Can aynone please help me to resolve this error?
Thanks in advance !
Solution
Just upgrade the console:
pip install -U jupyter_console
Answered By - Elazar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.