Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/jupyter_ssh_kernels
https://github.com/takluyver/jupyter_ssh_kernels
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/takluyver/jupyter_ssh_kernels
- Owner: takluyver
- License: mit
- Created: 2018-01-29T16:13:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:21:58.000Z (about 2 months ago)
- Last Synced: 2024-10-28T17:42:04.579Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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:.. code-block:: ini
[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.