mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00

Relax upper version bounds on the jupyterlab alpha dependencies for ihaskell_labextension. It looks to me like these version bounds were intended to allow the entire major alpha 0.*.* version range, but the the prefix caret only includes minor versions if the major version is 0. Let's set the upper bound to 2.0.0, because according to SemVer, that is the next version number which we would expect to have breaking changes.
ihaskell_labextension
Haskell Syntax Highlighting in Jupyterlab
Prerequisites
- JupyterLab
Installation
jupyter labextension install ihaskell_labextension
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build