Launch a Jupyter Notebook server with an SSH connection
notebook.yaml
file and fill it in.
interactive
key, followed by the jupyter
key. Interactive runs come with a default field for idle culler which automatically shuts down user notebook servers when they have not been used for a certain period.max_runtime
works with idle_timeout
as an additional measure to prevent resource overusevessl run
.
Get an SSH key pair
ssh-keygen -t ed25519 -C "vesslai"
Add the generated key to your account
vessl ssh-key add
Press “enter” three times.Connect via SSH
ssh -p 22 root@34.127.82.9
import
and reference files or datasets from your notebook.