From bbe2a848f93b87113eeab531e4a6a1d0452546cf Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Mon, 17 Nov 2025 13:55:25 +0000 Subject: [PATCH] Update unix command to start a Jupyter notebook --- setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.md b/setup.md index 3ef3dc7..1b5dd3e 100644 --- a/setup.md +++ b/setup.md @@ -118,7 +118,7 @@ If you installed Anaconda, you can launch a notebook in two ways: > > > ## Unix shell > > ~~~ -> > jupyter notebook +> > jupyter-lab > > ~~~ > > {: .language-bash} > {: .solution}