{
"kernel_name": "",
"signature_scheme": "hmac-sha256",
"control_port": 51676,
"transport": "tcp",
"iopub_port": 51674,
"hb_port": 51677,
"ip": "127.0.0.1",
"stdin_port": 51675,
"key": "cc604cc1-220f-4626-8437-508f2e1bd29b",
"shell_port": 51673
}
Paste the above JSON into a file, and connect with:
$> jupyter <app> --existing <file>
or, if you are local, you can connect with just:
$> jupyter <app> --existing kernel-709d2ed0-fecc-463b-9553-46f12806bdec.json
or even just:
$> jupyter <app> --existing
if this is the most recent Jupyter kernel you have started.