From 4b2c14dfae6847e5d009a37190dcc7618cacbdb4 Mon Sep 17 00:00:00 2001
From: Marvin Albert <marvin.albert@gmail.com>
Date: Mon, 7 Oct 2024 17:56:57 +0200
Subject: [PATCH] Update setup env

---
 book/setup_environment.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/book/setup_environment.md b/book/setup_environment.md
index b3e2aea..0a60dfa 100644
--- a/book/setup_environment.md
+++ b/book/setup_environment.md
@@ -52,7 +52,7 @@ Here we're assuming you have already installed miniforge and have opened a termi
 2. Navigate to the `notebooks` subdirectory of the `bioimage_analysis_with_python_course` directory you downloaded.
 
 	```bash
-	cd <path to bioimage_analysis_with_python_course>/notebooks
+	cd 20241008_remote_python_bioimage_analysis_course_day2/notebooks
 	```
 
 
@@ -72,7 +72,7 @@ Here we're assuming you have already installed miniforge and have opened a termi
 5. Test that your notebook installation is working. We will be using notebook for interactive analysis. Enter the command below and it should launch jupyter notebook book in a web browser.
 
 	```bash
-	jupyter notebook
+	jupyter-lab
 	```
 
 
@@ -81,7 +81,7 @@ Here we're assuming you have already installed miniforge and have opened a termi
 Open your terminal and navigate to the `notebooks` subdirectory of the `20241008_remote_python_bioimage_analysis_course_day2` directory you downloaded.
 
 ```
-cd <path to bioimage_analysis_with_python_course>/notebooks
+cd 20241008_remote_python_bioimage_analysis_course_day2/notebooks
 ```
 
 Now activate your `env_day2` conda environment you created in the installation step.
@@ -93,7 +93,7 @@ conda activate env_day2
 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