简体   繁体   English

PyCharm Jupyter笔记本:将Jupyter添加到当前项目的解释器中

[英]PyCharm Jupyter notebook : Add Jupyter to the interpreter of the current project

I have a new project in PyCharm under it the project, I create a jupyter notebook but when I run it I keep getting this error 我在PyCharm下有一个新项目,在我的项目下,我创建了一个jupyter笔记本,但是当我运行它时,我一直收到这个错误

Add Jupyter to the interpreter of the current project.

I cant figure out what to do, I have reset the 我无法弄清楚要做什么,我已经重置了

Project Interpretor But no use 项目解释员但没有用

You need to install jupyter for the project interpreter or the virtualenv that you use: 您需要为项目解释器或您使用的virtualenv安装jupyter:

pip install jupyter

PyCharm support for the Jupyter Notebook is shaky IMO. PyCharm对Jupyter笔记本的支持是不稳定的IMO。 You will probably need to restart it, and respond to dialog windows trying to connect to the default Notebook server location, localhost:8888. 您可能需要重新启动它,并响应尝试连接到默认Notebook服务器位置localhost:8888的对话框窗口。 On my machine, canceling that request to connect strangely helps to finally see the output of the cells within PyCharm. 在我的机器上,取消奇怪连接的请求有助于最终查看PyCharm中单元格的输出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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