Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color in Jupyter Notebooks #8

Open
alexmojaki opened this issue Jul 21, 2019 · 0 comments
Open

Color in Jupyter Notebooks #8

alexmojaki opened this issue Jul 21, 2019 · 0 comments
Labels
discussion Need to hear people's opinions

Comments

@alexmojaki
Copy link
Owner

alexmojaki commented Jul 21, 2019

Colors in notebooks don't look great:

Screen Shot 2019-07-21 at 19 07 43

Some thoughts:

  1. A good automatic default solution will probably require reliably detecting that we are in a notebook.
  2. The default red background for stderr is a problem for pretty much any color scheme. It's a bit better if you set out=sys.stdout. The default colors for snoop don't work well on a white background, but you can choose a new theme here and pass it to color, e.g. color='manni'.
  3. It's possible to set a different theme for notebooks. A dark theme such as chesterish mostly works well with snoop's default colors.
  4. The prefix of lines (the time etc.) are colored in 'grey' (escape code '\x1b[90m') which terminals can actually choose to display however they want. In actual terminals this seems to work quite well. In Jupyter it's a complete failure - the default theme renders it pretty much black, so it doesn't get de-emphasised as it should, while in every dark theme I've tried it's unreadable. It might be best to use an escape code that specifies an RGB value so it always looks the same. Solved in Use comment color from pygments style as grey for columns #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Need to hear people's opinions
Projects
None yet
Development

No branches or pull requests

1 participant