mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
org-babel-jupyter-initiate-session-by-key: Take into account changes to run-jupyter-repl
This commit is contained in:
parent
8247714cb5
commit
d2d0452c82
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ parameter will be used."
|
||||||
(or (gethash key org-babel-jupyter-session-clients)
|
(or (gethash key org-babel-jupyter-session-clients)
|
||||||
(let ((client
|
(let ((client
|
||||||
(if (string-suffix-p ".json" session)
|
(if (string-suffix-p ".json" session)
|
||||||
(connect-jupyter-repl session nil 'jupyter-org-client)
|
(connect-jupyter-repl session nil nil 'jupyter-org-client)
|
||||||
(run-jupyter-repl kernel nil 'jupyter-org-client))))
|
(run-jupyter-repl kernel nil nil 'jupyter-org-client))))
|
||||||
(jupyter-set client 'jupyter-include-other-output nil)
|
(jupyter-set client 'jupyter-include-other-output nil)
|
||||||
(jupyter-with-repl-buffer client
|
(jupyter-with-repl-buffer client
|
||||||
(let ((name (buffer-name)))
|
(let ((name (buffer-name)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue