mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Add TODO about stream output
This commit is contained in:
parent
ee00769959
commit
ed24a1cb54
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ source code block. Set by `org-babel-execute:jupyter'.")))
|
|||
(req jupyter-org-request)
|
||||
_name
|
||||
text)
|
||||
;; TODO: This is not good because there can be arbitrary output which may get
|
||||
;; recognized as org syntax. We need to wrap this into a an example block or
|
||||
;; scalar block. Probably an example block and then coalesce any output into
|
||||
;; a single example block when new output comes in and the last results in a
|
||||
;; drawer is an example block.
|
||||
(jupyter-org--add-result
|
||||
req (with-temp-buffer
|
||||
(jupyter-with-control-code-handling
|
||||
|
|
Loading…
Add table
Reference in a new issue