mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
Remove unused function
This commit is contained in:
parent
786ff55ff4
commit
cee0db9b2b
1 changed files with 0 additions and 8 deletions
|
@ -203,14 +203,6 @@ parameter will be used."
|
|||
(if buffer (pop-to-buffer buffer)
|
||||
(user-error "No source block at point"))))
|
||||
|
||||
(defun org-babel-jupyter--after-execute (old-hook _client req)
|
||||
(advice-remove 'message #'ignore)
|
||||
(unwind-protect
|
||||
(jupyter-org--append-result
|
||||
req (jupyter-org-scalar (jupyter-org-request-id req)))
|
||||
(setq org-babel-after-execute-hook old-hook)
|
||||
(run-hooks 'org-babel-after-execute-hook)))
|
||||
|
||||
(defun org-babel-execute:jupyter (body params)
|
||||
"Execute BODY according to PARAMS.
|
||||
BODY is the code to execute for the current Jupyter `:session' in
|
||||
|
|
Loading…
Add table
Reference in a new issue