Pycharm remote does not recognize Jupyter Notebook files
Hello!
I am using PyCharm2021.3.2 Professional. I need to use a remote server to work on my deep learning project. When I try to create .ipynb file in local PyCharm I see the usual notebook cells; however, when use SSH client I see only cell json. I checked the 'file types' settings, it set correctly
What I am doing wrong?
Please sign in to leave a comment.
Same here. When trying to open a ipynb file nothing happens :(
The Jupyter editor is not supported for files opened via "Deployment | Browse remote host". In PyCharm, you can configure the remote Jupyter server, and run your local notebooks on the remote server:
https://www.jetbrains.com/help/pycharm/configuring-jupyter-notebook.html#configure-server
Alternatively, you can use DataSpell to connect to the remote server directly and edit the files there:
https://www.jetbrains.com/help/dataspell/creating-and-managing-projects.html#remote
Vladimir Lagunov in another thread mentioned that this functionality will be brought to PyCharm - have the plans been changed? Thanks!
N Astrakhantsev The plans are still there, but unfortunately I can't name the exact version when this will happen.
This was working for me a few weeks ago but recently just stopped working. Does anyone have a fix?
Same here, was working for me a few weeks ago but recently just stopped working. Does anyone have a fix?