Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AixViPMaP/jlab-theme
JupyterLab AixViPMaP theme
https://github.com/AixViPMaP/jlab-theme
jupyterlab-extension
Last synced: 18 days ago
JSON representation
JupyterLab AixViPMaP theme
- Host: GitHub
- URL: https://github.com/AixViPMaP/jlab-theme
- Owner: AixViPMaP
- License: other
- Created: 2018-06-08T06:18:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T15:38:14.000Z (about 6 years ago)
- Last Synced: 2024-07-31T23:39:41.536Z (3 months ago)
- Topics: jupyterlab-extension
- Language: CSS
- Size: 173 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jupyterlab - AixViPMaP - AixViPMaP theme (Uncategorized / Uncategorized)
README
# @jupyterlab/theme-aixvipmap-extension
A JupyterLab theme extension which provides the AixViPMaP theme.
## Prerequisites
* [JupyterLab](https://github.com/jupyterlab)
## Installation
```bash
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
```bash
npm install
npm run build
jupyter labextension install .
```### Rebuild
```bash
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*.