Re: emacs-jupyter does not send result form babel block

2021-11-11 Thread Rafael
John Kitchin writes: >> On Sat, Sep 4, 2021 at 4:22 PM Rafael wrote: >> >>> >>> I am using emacs-jupyter (https://github.com/nnicandro/emacs-jupyter), >>> and I have just noticed that results from a block are not sent to >>> another block. I think it has to do with this issue >>> https://github.

Re: emacs-jupyter does not send result form babel block

2021-09-08 Thread John Kitchin
I think this is a bug in jupyter-org-client.el in this function: (defun jupyter-org--add-result (req result) (cond ((jupyter-org-request-silent-p req) (unless (equal (jupyter-org-request-silent-p req) "none") (message "%s" (org-element-interpret-data result ((jupyter-org-requ

emacs-jupyter does not send result form babel block

2021-09-04 Thread Rafael
I am using emacs-jupyter (https://github.com/nnicandro/emacs-jupyter), and I have just noticed that results from a block are not sent to another block. I think it has to do with this issue https://github.com/nnicandro/emacs-jupyter/issues/222. Can somebody suggest a workaround? (I actually want t