Reputation: 73
I have IntelliJ IDEA 2019.2.4 Community edition. I want to open existing .ipynb files however IntlliJ failes to open them as .ipynb but only as txt.
Upvotes: 5
Views: 4183
Reputation: 1836
The Intellij documentation has a page on Jupyter notebook support. On this page you'll find that this is only available when you have the Python plugin installed, which is only supported in IntelliJ Ultimate (and thus not in the community edition).
The same goes for PyCharm (docs), where notebooks are only supported in the professional edition.
Upvotes: 2