Reputation: 13
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.
Upvotes: 0
Views: 843
Reputation: 1
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.
Upvotes: 0
Reputation: 8515
Check File Type settings for Jupyter notebooks - ipynb
should be assigned to it.
Upvotes: 1