PyCharm Professional not recognizing .ipynb files

Question:

PyCharm not recognizing .ipynb files:
PyCharm not recognizing .ipynb files

I installed ‘jupyter notebook’ using pip3 but whenever I create a jupyter notebook file on pycharm professional, it doesn’t recognize it.

Asked By: Omar Adel

||

Answers:

Check File Type settings for Jupyter notebooks – ipynb should be assigned to it.

enter image description here

Answered By: Pavel Karateev

I know this question was asked almost two years ago but for anyone with the same problem going forward, it appears as of Dec. 22, 2022, .ipynb files are only supported in PyCharm Professional:

https://www.jetbrains.com/help/pycharm/jupyter-notebook-support.html

From the link it says, "Available only in PyCharm Professional: download to try or compare editions."

The link suggests DataSpell as an alternative and the trial version is free. DataSpell also supports anaconda, R, and SQL.

Answered By: MuadDib10193
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.