简体   繁体   中英

No python terminal in jupyter notebook

在此输入图像描述 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM