janpfeifer / gonb

GoNB, a Go Notebook Kernel for Jupyter
https://github.com/janpfeifer/gonb
MIT License
467 stars 32 forks source link

Notebook 7.0.5 cell log output in a red background #77

Closed olablt closed 8 months ago

olablt commented 8 months ago

The log output always appears with a red background. How can I fix this?

image

oderwat commented 8 months ago

@janpfeifer I made it in one of our loggers so that logging to stderr is "red" and stdio is "white" always. You can easily make log.* go to stderr or stdout and as such could distinguish between error states and normal output.

janpfeifer commented 8 months ago

Oh, cool, so it's all good, right ?

cheers!

olablt commented 8 months ago

image