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
- Host: GitHub
- URL: https://github.com/mmesch/ihaskell_labextension
- Owner: MMesch
- Created: 2018-07-08T09:40:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T10:06:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T18:47:43.819Z (over 1 year ago)
- Topics: haskell, jupyterlab, jupyterlab-extension
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```