How to use a Remote Jupyter session.
I would like to run a Jupter Notebook on a remote interpreter, which I have configured and can run regular python scripts no problems. Jupyter is install correclty in the remote interpreter, and I can use is via the normal browser interface.
I followed the instructions here, https://www.jetbrains.com/help/pycharm/run-debug-configuration-jupyter-notebook.html After wards though it just says "Error: Please select a local interpreter".
Using: PyCharm 2018.1.1 (Professional Edition)
Build #PY-181.4445.76, built on April 10, 2018
JRE: 1.8.0_152-release-1136-b27 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.12.6
Any ideas? The docs imply this is supported, but current versions seem to explicitly disallow it. Maybe a regression?
Please sign in to leave a comment.
+1 for this. I am still experiencing it:
PyCharm 2018.2.3 (Professional Edition)
Build #PY-182.4323.49, built on September 4, 2018
JRE: 1.8.0_152-release-1248-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.4
Hi,
Have you looked into https://www.jetbrains.com/help/pycharm/ipython-notebook-support.html?
PyCharm doesn't support running notebooks with remote interpreters: https://youtrack.jetbrains.com/issue/PY-26328. But it supports a connection to Jupyter notebook or Jupyterhub server running on the remote machine: https://youtrack.jetbrains.com/issue/PY-14605. The latter requires:
Remote interpreter, in this case, is only required for a proper code highlighting and inspections. Theoretically one can skip it completely.
Please let me know if I have missed something.