We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"clear_output"
1 parent f670c6c commit 180f40fCopy full SHA for 180f40f
src/IJulia.jl
@@ -285,7 +285,7 @@ function clear_output(wait=false)
285
# flush pending stdio
286
flush_all()
287
empty!(displayqueue) # discard pending display requests
288
- send_ipython(publish[], msg_reply(execute_msg::Msg, "clear_output",
+ send_ipython(publish[], msg_pub(execute_msg::Msg, "clear_output",
289
Dict("wait" => wait)))
290
stdio_bytes[] = 0 # reset output throttling
291
end
0 commit comments