question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to use (default) light theme for Jupyter figures

See original GitHub issue

Feature: Notebook Editor, Interactive Window, Python Editor cells

Description

Actually, this is the same request as microsoft/vscode-python#4640 (but that issue was resolved with a setting ignoreVscodeTheme, which forces the whole Jupyter tab to use the light theme).

It would be great to have an option that prevents the dark theme of Jupyter figures. If I remember correctly, it is just a parameter when communicating with Jupyter (or Matplotlib config?)

Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rchiodocommented, Oct 24, 2019

@IanMatthewHuff actually just submitted a fix for this. We didn’t realize it actually was fixing some enhancement requests too 😃

Our insider’s build has his changes.

Essentially we got rid of our theming for plots in dark and made them all have a white background.

You can see a screenshot of his changes in his PR: https://github.com/microsoft/vscode-python/pull/8177#issuecomment-545625991

0reactions
rchiodocommented, Oct 25, 2019

Validated

Read more comments on GitHub >

github_iconTop Results From Across the Web

Customize your Jupyter Notebook Theme in 2 lines of code
By default, Jupyter Notebook uses the light theme. Some of the programmers or data scientists like to use some dark themes or other...
Read more >
How to Change the Theme in Jupyter Notebook - Linux Hint
By default, the Jupyter notebook has a light theme and it does not include any built-in option to change the theme. Many users...
Read more >
Changing the JupyterLab Interface Theme
By default, theme of the JupyterLab interface is light. To change the theme, navigate to the Settings menu, Select JupyterLab Theme >> JupyterLab...
Read more >
How to reset jupyter notebook theme to default? - Stack Overflow
Just go to the c drive and users directory. there you can see jupyter directory . delete it completely and freshly ...
Read more >
What Are Jupyter Themes And How To Apply Them?
Jupyter Notebook, unlike other editors/IDEs by default, has a white background. This can be annoying for people who like to code for extended ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found