pycharm via ssh remote
Hi,
we are thinking to switch to PyCharm instead of using Jupyterhub running on a RHEL 8 server.
Question:
Is it possible to use PcCharm in team development where PyCharm is running on local dev PC and connecting/using the project which is located on the Linux Server?
The server has no GUI installations…
If yes, which tools I should look for and where to find the needed documentation or tutorials?
KR
Roland
Please sign in to leave a comment.
In the context of Jupyter, there are two options:
1. Remote development (https://www.jetbrains.com/help/pycharm/remote-development-overview.html)
2. Remote Jupyter connection (https://www.jetbrains.com/help/dataspell/creating-and-managing-projects.html#remote)
For plain .py scripts, there's also an SSH interpreter (https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html)