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
... this way, the kernel will mimic what Pyhton does with its print function which will be a more intuitive way of doing things in Jupyter.
We should code for a kernel command-line flag (eg. --log-to-term that, when present, routes console.logs to the process terminal while still allowing kernel.print to stream log to the UI).
... this way, the kernel will mimic what Pyhton does with its
print
function which will be a more intuitive way of doing things in Jupyter.We should code for a kernel command-line flag (eg.
--log-to-term
that, when present, routesconsole.log
s to the process terminal while still allowingkernel.print
to stream log to the UI).This is the reply that triggered this discussion.
The text was updated successfully, but these errors were encountered: