【问题标题】:PyCharm Jupyter notebook : Add Jupyter to the interpreter of the current projectPyCharm Jupyter notebook : 将 Jupyter 添加到当前项目的解释器中
【发布时间】:2017-12-13 09:37:34
【问题描述】:

我在 PyCharm 下新建了一个项目,我创建了一个 jupyter notebook 但是当我运行它时,我不断收到此错误

Add Jupyter to the interpreter of the current project.

我不知道该怎么办,我已经重置了

项目解释器 但是没用

【问题讨论】:

    标签: python python-2.7 ipython pycharm jupyter-notebook


    【解决方案1】:

    您需要为项目解释器或您使用的 virtualenv 安装 jupyter:

    pip install jupyter

    对 Jupyter Notebook 的 PyCharm 支持在 IMO 中不稳定。您可能需要重新启动它,并响应尝试连接到默认笔记本服务器位置 localhost:8888 的对话框窗口。在我的机器上,奇怪地取消连接请求有助于最终看到 PyCharm 中单元格的输出。

    【讨论】:

      猜你喜欢
      • 2016-11-29
      • 2021-03-26
      • 2021-01-14
      • 2019-08-13
      • 2022-06-12
      • 1970-01-01
      • 2017-01-21
      • 2016-07-13
      • 2018-09-09
      相关资源
      最近更新 更多