Pycharm and Jupyter notebook
Answered
Dear JetBrains,
Jupyter notebook gives a very nice way how to work on scripts without the need to directly access the files via ssh or adding/mounting external space. For me this is one of the key features and reasons for using jupyter. Accessing the files directly through some IDE is sometimes very tedious, difficult or even impossible. I also like using Pycharm, beacuse imo it is a nice IDE and my question is, if Pycharm supports connecting to a running jupyter notebook server as is done via standard web browser? If not, are there any plans of adding such a feature?
with kind regards
Matej
Matej Tomes
Please sign in to leave a comment.
Hi, Matej!
No, it's not possible to run notebooks from IDE without downloading them and it won't be possible I think. The reason why it is so is that PyCharm main features like completion, inspections and etc work only for local files, so there's no sense to implement browser behavior in it.
Thank you!
Valentina