2
votes

I am using IntelliJ IDEA Community 2020.1 and I have just started a new project by assigning as the project SDK the python version of the environment I use.

This environment includes, among all others, the following (relevant) packages:

  • jupyter
  • jupyter-client
  • jupyter-console
  • jupyter-core
  • ipykernel
  • ipython
  • ipython-genutils

Also, in IntelliJ, I have installed the Python Community Edition plugin. However, when I want to edit a ".ipynb" file within IntelliJ, I can't see the code split in cells as in the normal Jupyter notebook.

screenshot of non-split ipynb code

I have double checked everything, and I think that I didn't miss anything it is suggested here: https://www.jetbrains.com/help/idea/jupyter-notebook-support.html, nevertheless I can't solve the issue.

1

1 Answers

2
votes

Jupyter Notebook Support is an Ultimate feature, meaning it is available in the IntelliJ IDEA Ultimate only.

enter image description here