From 310ffa8ef19c5b86ed79febdfbdc7f3a76d1ead3 Mon Sep 17 00:00:00 2001 From: lestes1118 Date: Tue, 21 May 2024 10:24:37 -0600 Subject: [PATCH] Update README.md update README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d582d07..3893231 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ conda env create -f environment.yml ``` Once your environment has been created, the environment can be activated and the interactive notebooks run using the following commands: ``` -conda activate cmelab +conda activate cme-notebook jupyter lab ```