Package Exports
- @fredericosantos/jupyterlab-fsx-monokai-theme
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fredericosantos/jupyterlab-fsx-monokai-theme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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