From 127b564d59b177bc6d1fa6818c7e1da05b341d6a Mon Sep 17 00:00:00 2001 From: Marvin Albert <marvin.albert@gmail.com> Date: Thu, 9 Jan 2025 22:16:19 +0100 Subject: [PATCH] Move to jupyter-lab --- book/launch_notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/launch_notebooks.md b/book/launch_notebooks.md index c60af9c..f436201 100644 --- a/book/launch_notebooks.md +++ b/book/launch_notebooks.md @@ -17,7 +17,7 @@ conda activate pyimagecourse To start the Jupyter Notebook server, enter ```bash -jupyter notebook +jupyter-lab ``` Jupyter Notebook will open in a browser window and you will see the course notebooks. -- GitLab