Commit ea0f003e authored by Vaibhav Sagar's avatar Vaibhav Sagar

README.md: point to correct JupyterLab extension

parent 2d4f4d15
...@@ -42,11 +42,11 @@ stack install --fast ...@@ -42,11 +42,11 @@ stack install --fast
ihaskell install --stack ihaskell install --stack
``` ```
If you want to use jupyterlab (right now only version ~0.33), you need to If you want to use jupyterlab, you need to install the jupyterlab ihaskell
install the jupyterlab ihaskell extension to get syntax highlighting with: extension to get syntax highlighting with:
```bash ```bash
jupyter labextension install ihaskell_jupyterlab jupyter labextension install jupyterlab-ihaskell
``` ```
Run Jupyter. Run Jupyter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment