An open API service indexing awesome lists of open source software.

https://github.com/mmesch/ihaskell_labextension

Brings IHaskell syntax highlighting to jupyterlab
https://github.com/mmesch/ihaskell_labextension

haskell jupyterlab jupyterlab-extension

Last synced: 3 months ago
JSON representation

Brings IHaskell syntax highlighting to jupyterlab

Awesome Lists containing this project

README

          

# ihaskell_labextension

Haskell Syntax Highlighting in Jupyterlab

## Prerequisites

* JupyterLab

## Installation

```bash
jupyter labextension install ihaskell_labextension
```

## Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

```bash
npm install
npm run build
jupyter labextension link .
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```