HurriCaneBQL / jlab-theme

JupyterLab AixViPMaP theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@jupyterlab/theme-aixvipmap-extension

A JupyterLab theme extension which provides the AixViPMaP theme.

Prerequisites

Installation

npm install
npm run build
npm run build:webpack
npm pack ./
jupyter labextension install *.tgz

In JupyterLab select Settings > JupyterLab Theme > JupyterLab AixViPMaP to enable the theme.

Development

Init

npm install
npm run build
jupyter labextension install .

Rebuild

npm run build
jupyter lab build

Updating jlab-theme

Download the JupyterLab source code from GitHub (https://github.com/jupyterlab/jupyterlab).

Copy the content of compilerOptions from tsconfigbase.json into tsconfig.json under the same compilerOptions in the jlab-theme.

Then delete all lines refering to files outside of the jlab-theme in both files tsconfig.json and tdoptions.json.

About

JupyterLab AixViPMaP theme

License:Other


Languages

Language:CSS 91.8%Language:JavaScript 4.6%Language:TypeScript 3.6%