Skip to content

Is the remote kernel functionality broken? #86

@UndeadKernel

Description

@UndeadKernel

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-browser

This 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions