Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 688 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 688 Bytes

jupyterlab-ihaskell

Haskell Syntax Highlighting in Jupyterlab

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-ihaskell

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

Prebuilt extension

This is currently built with

$ nix-shell -p 'python3.withPackages(p: [ p.jupyterlab ])' nodejs
[nix-shell] $ npm install
[nix-shell] $ npm run build
[nix-shell] $ jupyter labextension build