mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Suppress silent flag from shared output cell
Some kind of outputs (pyout/inline image) was not shown in the shared output buffer because the silent flag was on. This is fixed now.
This commit is contained in:
parent
be0c3665b9
commit
6d0893b0b9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
;;; Cell related
|
||||
|
||||
(defmethod ein:cell-execute ((cell ein:shared-output-cell) kernel code)
|
||||
(ein:cell-execute-internal cell kernel code))
|
||||
(ein:cell-execute-internal cell kernel code :silent nil))
|
||||
|
||||
(defmethod ein:cell--handle-output ((cell ein:shared-output-cell)
|
||||
msg-type content)
|
||||
|
|
Loading…
Add table
Reference in a new issue