Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfultz/jupyterlab-theme-simple-extension
A simpler theme from a more civilized time
https://github.com/nfultz/jupyterlab-theme-simple-extension
font jupyterlab jupyterlab-extension
Last synced: 3 months ago
JSON representation
A simpler theme from a more civilized time
- Host: GitHub
- URL: https://github.com/nfultz/jupyterlab-theme-simple-extension
- Owner: nfultz
- Created: 2019-04-23T21:32:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T19:04:34.000Z (over 4 years ago)
- Last Synced: 2024-10-12T17:52:32.984Z (4 months ago)
- Topics: font, jupyterlab, jupyterlab-extension
- Language: CSS
- Size: 51.8 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @nfultz/jupyterlab-theme-simple-extension
A JupyterLab theme extension which provides a simpler theme from a more civilized time.
## Installation
Here is what it took to get this working in a dev build:
npm install; npm install typescript; npm run build; npm run build:webpack; jupyter labextension install --debug .
or install from npm (may be old):
jupyter labextension install @nfultz/jupyterlab-theme-simple-extension
## Push a new build
npm login # creds
npm publish --access public## Obligatory Screenshot
![Simple Theme In Action](https://i.imgur.com/e0dxKsv.png)