No python terminal in jupyter notebook

前端 未结 1 1120
执念已碎
执念已碎 2021-01-25 17:07

Attached a screenshot of the error. I have tried creating python 3 and python2 virtualEnv but nothing is working. Any help would be highly appreciated.

相关标签:
1条回答
  • 2021-01-25 17:36

    I solved the problem by updating the ipython kernel. I could not run any notebook because it was showing 0 active kernel message in the command prompt and hence I couldn't run any python kernel in the browser. Following steps solved the problem:

    1. sudo apt-get -y install ipython ipython-notebook
    2. sudo -H pip install jupyter

    Following this link solved the problem.

    0 讨论(0)
提交回复
热议问题