This stylesheet customizes Jupyter Notebooks to a dark-theme with vibrant pink, blue, and lime accents.
Author | Website | Contacts |
---|---|---|
Allen Chang | cylumn.com |
- Locate the Jupyter config directory.
jupyter --config-dir
- Change the working directory to the config directory.
cd {path-to-config}
- If the
custom
directory does not exist yet, create the directory.
mkdir custom
- Clone this repository into the
custom
directory.
git clone https://github.com/Cylumn/jupyter-dragonfruit-theme.git custom
- Hard refresh your Jupyter pressing
Ctrl
+Shift
+R
orCommand
+Shift
+R
.