@fredericosantos/jupyterlab-fsx-monokai-theme
v0.2.13
Published
Jupyterlab theme extension inspired by Monokai and Tailwind
Downloads
24
Maintainers
Readme
fredericosantos/jupyterlab-fsx-monokai-theme
Jupyterlab theme extension inspired by Monokai and Tailwind
Prerequisites
- JupyterLab
Installation
jupyter labextension install @fredericosantos/jupyterlab-fsx-monokai-theme
Video
[
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
Note to self:
Updating packages on npm
Commit all changes to github, open terminal and open theme directory. Then run npm login
and enter credentials. Run npm publish
and check https://npmjs.com/package/@fredericosantos/jupyterlab-fsx-monokai-theme to see if everything went well. Check if there's an Update option on JupyterLab