Hello, 

I am frequently working with Spyder (3.1.3) on Windows 10, connecting to an 
existing remote kernel on a server (Windows Server 2012 R2). 
This works fine, but I have to go through the "Connect to an existing 
kernel" dialog in Spyder each time I want to connect, providing the 
connection info, host name, and ssh key.   

Is there a way to automate this process, either by providing additional 
lines of code to be executed on startup or by calling a small function in 
python doing so: 


def connect_to_remote_kernel(connection_info = "C:/kernel12345.json", 
host_name = "user1234 [at] some.server.net:22", ssh_key = "C:/key.pem"): 
    some code 
    return 

Does anyone have experience with that? 

Thank you for your feedback. 

Cheers,
Tobias 

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to