From ff6f1fa7908e91a2f47360c38649d53b89914a91 Mon Sep 17 00:00:00 2001 From: MMesch Date: Sat, 14 Jul 2018 11:08:25 +0200 Subject: [PATCH] installation instructions for jlab --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9b529667..eefbf76a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ stack install --fast ihaskell install --stack ``` +if you want to use jupyterlab, you need to install the jupyterlab ihaskell +extension to get syntax highlighting with: + +```bash +jupyter labextension install ihaskell_labextension +``` + ## Mac You need to have [Homebrew](https://brew.sh) installed.