From 2812f696a69f42f3098b5c7177b0268e51f57c15 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Wed, 19 Nov 2025 09:35:25 -0400 Subject: [PATCH] update to set environment update to the nodebook environment instead of main --- _episodes/16_feature_requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/16_feature_requests.md b/_episodes/16_feature_requests.md index 5250645b..4dfe5905 100644 --- a/_episodes/16_feature_requests.md +++ b/_episodes/16_feature_requests.md @@ -115,7 +115,7 @@ git pull Resolve python libraries by using the mamba command: ~~~ -mamba env update -n root -f environment.yml +mamba env update -n nodebook -f environment.yml ~~~ {: .language-bash}