Screenshot
Features
- Atom One Dark theme, based on theme-atom-dark.
- Third-party extensions adaptation
- jupyterlab-execute-time
- jupyterlab_variableinspector
- Welcome for PRs and issues.
Usage
Prerequisites
- JupyterLab (Tested on 2.1.5 only)
Installation
- Manually
jupyter labextension install DavidZhang73/jupyterlab-atom-one-dark-theme
- Extension Manager
Extension Manager -> SEARCH atom
-> SEARCH RESULTS
-> install jupyterlab-atom-one-dark-theme
Enable Theme
Settings -> JupyterLab Themes -> select Atom One Dark
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm installjupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run buildjupyter lab build