Actually, it seems to work if I edited the above file and then switch the theme back to 'Dark' for the current spyder session. However, if I restart Spyder it defaults back to the "Dark' color theme for the notebook?
On Wednesday, August 12, 2020 at 4:15:11 AM UTC-4 Jitse Niesen wrote: > I also have notebooks like that. I want to implement a configuration option, > which allows people to do this. Hopefully this will be included in the next > version. In the meantime, if you are happy to edit the source, it is quite a > easy change. Find the file spyder_notebook/utils/servermanager.py . Line 124 > should read: > > self.dark_theme = dark_theme > > Change this to > > self.dark_theme = False > > Your notebooks will now always be displayed with a white background. > > Jitse > > > On Tuesday, 11 August 2020 01:48:57 UTC+1, Jonah Gollub wrote: >> >> I like being able to view jupyter notebook in Spyder, but I have a >> Jupyter notebook that looks bad with the dark theme. Is there a way to >> display notebooks with the white color scheme as in jupyter notebooks, but >> leave the rest of Spyder with the Dark them. >> >> Thanks in advance for the help, >> >> Thanks, >> >> Jonah >> > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/bd796d6b-9dc7-488c-8b9c-3d81fa08188fn%40googlegroups.com.
