JupyterLab 2.x Solarized Dark extension.
Originally created by Jae Hee Lee at https://gist.github.com/dschaehi/ff6d30e6779a683053a1f078af178cdb
I just created this JupyterLab extension, and also fixed icon color issue on JupyterLab 2.x
- JupyterLab
Version 0.2.x
is mainly based on Jae Hee Lee's original theme. And Version 1.x
is currently under development, which aims to provide a smoother looking.
jupyter labextension install jupyterlab-theme-solarized-dark
To enable theme scrollbar, in JupyterLab, navigate to Settings -> Advanced Settings Editor -> Theme
, and add "theme-scrollbars": true
to User Preferences
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build