Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change all Jupyter notebook background colors in PyCharm to white

I've somehow changed the appearance of my PyCharm environment and now because my screen is not very bright I don't see a thing when it's sunny day.

It looks like this now: enter image description here

So, I thought that changing theme from Darcula will help: enter image description here

But the result is even worse: enter image description here

I know that it's impossible to change output color from black but I think all other could be feasible. Could you give me steps to revert to default apperance? Normal white notebook would be best. Thanks.

like image 967
Mateusz Konopelski Avatar asked May 22 '18 07:05

Mateusz Konopelski


People also ask

How do I change the background color to white in PyCharm?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Use the Scheme list to select a color scheme.

How do I change the background color in Jupyter lab?

By default, theme of the JupyterLab interface is light. To change the theme, navigate to the Settings menu, Select JupyterLab Theme >> JupyterLab Dark.


2 Answers

In PyCharm 2019.1 to change the background color of the selected cell of a Jupyter notebook I did PyCharm > Preferences > Editor > Color Scheme > Jupyter > Selected Cell and unticked Background

PyCharm settings change Jupyter Selected Cell background color

like image 152
Derek Hill Avatar answered Jan 02 '23 23:01

Derek Hill


For PyCharm 2019.1 on macOS HighSierra 10.13.6, I observed, that changing the theme of appearance to "Light" helps out. I remember, this used to be named "Default" in older versions of PyCharm. (Thereto, just as you described, go to Preferences -> Appearance & Behaviour -> Appearance, and select the appropriate theme in the drop-down menu.) However, the changes did only apply to jupyter notebook after closing and reopening the project.

In short: Restart or Reopening the Project after applying the changes should help.

like image 23
Geronimo Avatar answered Jan 02 '23 23:01

Geronimo