jupyter笔记本中没有python终端 [英] No python terminal in jupyter notebook

查看:591
本文介绍了jupyter笔记本中没有python终端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

附有错误的屏幕截图.我尝试创建python 3和python2 virtualEnv,但没有任何效果.任何帮助将不胜感激.

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.

推荐答案

我通过更新ipython内核解决了该问题.我无法运行任何笔记本,因为它在命令提示符下显示了0活动的内核消息,因此无法在浏览器中运行任何python内核.以下步骤解决了该问题:

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
  1. sudo apt-get -y install ipython ipython-notebook
  2. sudo -H pip install jupyter

遵循

Following this link solved the problem.

这篇关于jupyter笔记本中没有python终端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆