update jupyterlab installation procedure in README

This commit is contained in:
MMesch 2018-09-17 16:42:55 +02:00 committed by GitHub
parent 64931c4e44
commit c339dc3851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,11 +41,11 @@ stack install --fast
ihaskell install --stack
```
if you want to use jupyterlab, you need to install the jupyterlab ihaskell
if you want to use jupyterlab (right now only version ~0.33), you need to install the jupyterlab ihaskell
extension to get syntax highlighting with:
```bash
jupyter labextension install ihaskell_labextension
jupyter labextension install ihaskell_jupyterlab
```
## Mac