-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
I cannot seem to get the remote kernel functionality to work.
In a remote server, to start jupyter notebooks, I issue the command:
jupyter notebook --no-browserThis creates a session file that looks like /home/boy/.local/share/jupyter/runtime/nbserver-30692.json.
This file contains these fields:
{
"url": "http://localhost:8888/",
"pid": 30692,
"secure": false,
"base_url": "/",
"port": 8888,
"hostname": "localhost",
"notebook_dir": "/home/boy"
}In an org file I then specify the session
:session /ssh:entropyOs:/home/boy/.local/share/jupyter/runtime/nbserver-30692.json
Jupyter fails with the error message:
Format specifier doesn’t match argument type
given that in this line the parameters to the format function are all nil.
Am I doing things correctly or did something break?
Metadata
Metadata
Assignees
Labels
No labels