Remote Jupyter development with 2022.3.2
Dear all,
I would like to ask about the correct workflow when doing remote jupyter notebook development using DataSpell 2022.3.2 (on Mac M1 with MacOS Ventura 13.2.1).
I am running the jupyter kernel on a linux cluster and I am connecting to it from DataSpell by "Connect to Jupyter server by URL". When I try to run the notebook, I get Run Error "Jupyter server process failed to start Failed to find Python interpreter for launching Jupyter Notebook in Module: 'workspace' ". Even when I setup the remote ssh interpreter both in the left panel after right clicking my jupyter connection and in the lower right corner where the interpreters are setup. I do not care about workspace interpreter I want to use the remote one only.
Usually, after restarting everything a couple of times it eventually starts working (but I really still do not know what is the issue), but after I rerun my jupyter kernel I need to go through the setup again - could you please recommend me a workflow for my case? Thanks.
Please sign in to leave a comment.
With version 2022.3.2, Jupyter has made it easier to develop remotely by adding support for SSH tunnels. This allows users to securely connect to a remote Jupyter server and access their notebooks as if they were running locally. The new feature improves accessibility and flexibility for developers working in remote environments.