0.1.2 • Published 4 years ago

jupyterlab-atom-one-dark-theme v0.1.2

Weekly downloads
60
License
BSD-3-Clause
Repository
github
Last release
4 years ago

JupyterLab Atom One Dark Theme

Test Publish to NPM NPM Version

A JupyterLab theme extension based on atom one dark.

Screenshot

Screenshot

Features

Usage

Prerequisites

  • JupyterLab (Tested on 2.1.5 only)

Installation

  1. Manually
jupyter labextension install DavidZhang73/jupyterlab-atom-one-dark-theme
  1. Extension Manager

Extension Manager -> SEARCH atom -> SEARCH RESULTS -> install jupyterlab-atom-one-dark-theme

Extension Manager

Enable Theme

Settings -> JupyterLab Themes -> select Atom One Dark

Select

Development

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