From b82134f93912a172a4006bd9b020c5433dd5e7f9 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 7 Aug 2021 00:39:01 +1000 Subject: [PATCH] README.md: fix references to jupyterlab extension --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2adba5a0..1cb3540a 100644 --- a/README.md +++ b/README.md @@ -204,11 +204,11 @@ stack --docker exec ihaskell -- install --stack Optionally, install JupyterLab and the IHaskell JupyterLab extension for syntax highlighting. See the -[`ihaskell_labextension/README.md`](ihaskell_labextension/README.md). +[`jupyterlab-ihaskell/README.md`](jupyterlab-ihaskell/README.md). ```bash stack --docker exec pip3 -- install jupyterlab -stack --docker exec bash -- -c 'cd ihaskell_labextension;npm install;npm run build;jupyter labextension link .' +stack --docker exec bash -- -c 'cd jupyterlab-ihaskell;npm install;npm run build;jupyter labextension link .' ``` Run the Jupyter notebook, with security disabled for testing, listening on all interfaces.