IntelliJ IDEA 中的 Jupyter 笔记本设置
Jupyter Notebook setup in IntelliJ IDEA
我正在使用 IntelliJ IDEA Community 2020.1,我刚刚通过将我使用的 python 版本的环境指定为项目 SDK 来启动一个新项目。
此环境包括以下(相关)软件包:
- jupyter
- jupyter 客户端
- jupyter-console
- jupyter-核心
- ipykernel
- ipython
- ipython-genutils
此外,在 IntelliJ 中,我安装了 Python 社区版插件。
但是,当我想在 IntelliJ 中编辑“.ipynb”文件时,我看不到像在普通 Jupyter 笔记本中那样在单元格中拆分的代码。
我仔细检查了所有内容,我认为我没有遗漏这里建议的任何内容:https://www.jetbrains.com/help/idea/jupyter-notebook-support.html,但我无法解决问题。
Jupyter Notebook 支持 是一项 Ultimate 功能,这意味着它仅在 IntelliJ IDEA Ultimate 中可用。
我正在使用 IntelliJ IDEA Community 2020.1,我刚刚通过将我使用的 python 版本的环境指定为项目 SDK 来启动一个新项目。
此环境包括以下(相关)软件包:
- jupyter
- jupyter 客户端
- jupyter-console
- jupyter-核心
- ipykernel
- ipython
- ipython-genutils
此外,在 IntelliJ 中,我安装了 Python 社区版插件。 但是,当我想在 IntelliJ 中编辑“.ipynb”文件时,我看不到像在普通 Jupyter 笔记本中那样在单元格中拆分的代码。
我仔细检查了所有内容,我认为我没有遗漏这里建议的任何内容:https://www.jetbrains.com/help/idea/jupyter-notebook-support.html,但我无法解决问题。
Jupyter Notebook 支持 是一项 Ultimate 功能,这意味着它仅在 IntelliJ IDEA Ultimate 中可用。