Simple dark theme for Jupyter Notebook with exactly same functionality, only the colors have changed. It goes well with the dark version of chrome.
-
Find config directory.
In Windows, run the commandjupyter --config-dir
In Linux it is~/.jupyter
-
In this directory create a
custom
subfolder if it doesn't exist. -
Paste file
custom.css
there. -
Update Jupyter Notebook (
ctrl + f5
to refresh css)
Also note, if you are already using theme from jupyter-themes run command jt -r
to return default theme and only then install this one 😉