Open a Jupyter notebook as json?
Hiya, probably a stupid question, but how can I open a Jupyter notebook as 'raw' json with PyCharm Professional? I don't want to change the file association, because most of the time I would want the Jupyter view, but sometimes I need to edit cell metadata and such...
Still on the fence whether to use PyCharm for Jupyter at all, since I have quite a few issues using it for what I need to do, but this seem like it should be easy to resolve?
Please sign in to leave a comment.
I didn't find a proper solution, but for what it's worth: Change the extension on the notebook from ".ipynb" to ".json". Change it back when you're done viewing/editing.
right click on file => overide file type => json