jupyter icon indicating copy to clipboard operation
jupyter copied to clipboard

how to use jupyter-connect-repl ??

Open kurt-steiner opened this issue 4 years ago • 1 comments

eh, I use emacs-jupyter not very long
what the usage of jupyter-connect-repl? I don't know what is the "file holding the connection"
is that something "ipynb" edited in jupyter?
I tried the file opened in brower, but in emacs, the error is

Assertion failed (and transport ip)

ps: sorry for my poor English

kurt-steiner avatar Mar 08 '21 16:03 kurt-steiner

The "file holding the connection" is the connection file as explained here.

jupyter-connect-repl is used when you would like to connect to an already launched kernel, e.g. launched through some other method besides the ones offered by emacs-jupyter.

You pass jupyter-connect-repl the path to the JSON connection file which has the IP, type of transport (e.g. tcp), and the port numbers to connect to the kernel. Those paths are usually in the Jupyter runtime directory, the directory returned by a call to jupyter --runtime-dir at the command line.

nnicandro avatar Mar 16 '21 18:03 nnicandro