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?

2
6 comments

Same here. When trying to open a ipynb file nothing happens :(

0

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

 

0

Vladimir Lagunov in another thread mentioned that this functionality will be brought to PyCharm - have the plans been changed? Thanks!

0

N Astrakhantsev The plans are still there, but unfortunately I can't name the exact version when this will happen.

0

This was working for me a few weeks ago but recently just stopped working. Does anyone have a fix?

1

Same here, was working for me a few weeks ago but recently just stopped working. Does anyone have a fix?

1

Please sign in to leave a comment.