IHaskell/ihaskell_labextension
James Brock 6f010dabac labextension npm dependency bounds loosen
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.
2019-04-20 12:18:50 +09:00
..
2018-08-01 15:19:17 +02:00
2018-08-01 15:12:28 +02:00

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