Option to use (default) light theme for Jupyter figures
See original GitHub issueFeature: 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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
Validated