I am working on a project that requires Jupyter Notebook access. My local machine is a Mac, the host is on Linux. I have encountered this problem in the past but I ended up not finding a solution and instead using Microsoft Remote Desktop (with the remote machine being on Windows).
But this time I'm tired of this. Basically, when I connect to an SSH project on Pycharm Professional, all works fine apart from Jupyter Notebooks. For some reason, the UI is broken, the outputs aren't shown below the cells, the shortcuts (like Shift + Enter) don't work, the scrolling is laggy... Basically rendering the notebook useless.
I can however connect to the Jupyter instance in my browser remotely, and this one works fine, so at least I know the problem is coming from Pycharm.
I am using Pycharm 2024.3.1.1 on Mac.
The broken notebook
The not broken one
I am aware that the UI of Notebooks has been a little upgraded on latest Pycharm versions, and this might not translate to the remote Pycharm. However, after years of using Pycharm, I have never seen the UI that you can see on the remote version here.
I should also add that the configuration buttons at the top of the broken notebook don't work. For example, the button with the web icon (which normally opens the notebook in the browser) is unresponsive. There are a total of 3 unresponsive buttons.
One final example to show how much the UI is broken is when using the arrows to go to a cell above / below:
Broken UI (again)
I would like to know if anyone experienced this problem and resolved it.
Pycharm SSH Jupyter UI broken - Stack Overflow
评论列表(0)
- 暂无评论