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
Alpha stages of what I hope will become a great dark theme! I'm new to coding, new to GitHub (to actually use it) and I apologise if you're installing this and it breaks everything. Be very welcome to give me a helping hand and/or guide me. Thanks :)
Prerequisites
- JupyterLab
Installation
jupyter labextension install @fredericosantos/jupyterlab-fsx-monokai-theme
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