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:
Takafumi Arakaki 2012-06-02 21:53:59 +02:00
parent be0c3665b9
commit 6d0893b0b9

View file

@ -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)