From ea0f003ee98ff0669030efeeba2c48d5e4b54254 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 23 Nov 2019 14:07:15 -0500 Subject: [PATCH] README.md: point to correct JupyterLab extension --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60a6bd01..6f546f49 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ stack install --fast ihaskell install --stack ``` -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: +If you want to use jupyterlab, you need to install the jupyterlab ihaskell +extension to get syntax highlighting with: ```bash -jupyter labextension install ihaskell_jupyterlab +jupyter labextension install jupyterlab-ihaskell ``` Run Jupyter.