Skip to content

takluyver/jupyter_ssh_kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is experimental, to work with jupyter_kernel_mgmt.

Ensure that you can SSH to the target machine with no password. Create a file ~/.jupyter/ssh_kernels.toml with contents like this:

[kernels.mydesktop]
address = "10.15.41.11"
argv = ["python3", "-m", "ipykernel_launcher", "-f", "{connection_file}"]
cwd = "/home/takluyver/scratch"
language = "python"

Then test with python3 -m jupyter_ssh_kernels. It should start a kernel over SSH, connect to it, get kernel info, and shut it down cleanly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages