mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
parent
f178c1c7b8
commit
b87ecf0cd3
1 changed files with 2 additions and 1 deletions
|
@ -1175,7 +1175,8 @@ See `jupyter-eval-short-result-max-lines' and
|
||||||
(_ "output"))
|
(_ "output"))
|
||||||
req
|
req
|
||||||
(jupyter-insert-ansi-coded-text text)
|
(jupyter-insert-ansi-coded-text text)
|
||||||
(jupyter-display-current-buffer-guess-where :stream))))))
|
(when-let* ((window (jupyter-display-current-buffer-guess-where :stream)))
|
||||||
|
(set-window-point window (point-max))))))))
|
||||||
req))
|
req))
|
||||||
|
|
||||||
(cl-defgeneric jupyter-eval-string (str &optional beg end)
|
(cl-defgeneric jupyter-eval-string (str &optional beg end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue