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
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Logzero is really neat and it would be great if one could make full use of it in Jupyter notebook.
Unfortunately it does not recognize the color capability and the output shows no color formatting.
Two things would solve this:
easy way to switch to STDOUT (without losing the formatter)
enforcing TTY mode since apparently Jupyter notebook/lab can show color but does not announce that
What I Did
Do in Jupyter notebook (conda install notebook; jupyter notebook) or Jupyter lab.