From 64b7b76682eef997a6e01d657d1fd4e814e55009 Mon Sep 17 00:00:00 2001 From: Shashank Bhushan Date: Fri, 16 Feb 2024 15:25:34 -0800 Subject: [PATCH] Update start to activate notebook environment --- binder/start | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/start b/binder/start index 4b909b1..c2fa663 100644 --- a/binder/start +++ b/binder/start @@ -3,6 +3,7 @@ export IMAGECONFIG='https://github.com/uw-cryo/asp-binder' export PATH=${PATH}:/srv/StereoPipeline/bin +conda activate notebook # ==== ONLY EDIT WITHIN THIS BLOCK ===== exec "$@"