installation instructions for jlab

This commit is contained in:
MMesch 2018-07-14 11:08:25 +02:00
parent d57a6ca572
commit ff6f1fa790

View File

@ -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.