You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems accept silent arguments, and that make stream_handler and line_handler to be None. But, it seems that some data still passed to resp.
Is it possible to make resp contain nothing, except meta information such as error or success? It is like skipping an ans from octave and not asking the ans value. It might be useful to reduce computation time or if ans contains big string .
The text was updated successfully, but these errors were encountered:
This is not an issue, but just asking for clarification or asking for feature.
I'm reading
octave_kernel
and planning to make the kernel execute or evaluate a code in octave, but without expecting a resp.The code in
octave_kernel/octave_kernel/kernel.py
Line 243 in 31238ac
silent
arguments, and that makestream_handler
andline_handler
to beNone
. But, it seems that some data still passed toresp
.Is it possible to make
resp
contain nothing, except meta information such aserror
orsuccess
? It is like skipping anans
fromoctave
and not asking theans
value. It might be useful to reduce computation time or ifans
contains bigstring
.The text was updated successfully, but these errors were encountered: