From 5e385b7ccbca61a3bba244ff6ab58d4b3f37e826 Mon Sep 17 00:00:00 2001
From: "Illimar.Rekand" <illimar.rekand@uib.no>
Date: Wed, 27 Nov 2024 13:51:24 +0100
Subject: [PATCH] Update NotebookLog.md

---
 Electronic_Labnotebook/NotebookLog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Electronic_Labnotebook/NotebookLog.md b/Electronic_Labnotebook/NotebookLog.md
index e96e330..fc2b3ec 100644
--- a/Electronic_Labnotebook/NotebookLog.md
+++ b/Electronic_Labnotebook/NotebookLog.md
@@ -10,7 +10,7 @@ For the last three days, I've been working on setting up a working instance on a
 * if left idle, the VM will shut down, and when reopened, you have to log in as if the machine had been turned off
 * the setup for the Junior in this VM is not 1:1 to the physical machine we have in Bergen. As such, the tags need to be different (H6Tips instead of H6Tips) and the deck positions need to be changed.
 * The conda environment is behaving strangely and I've done some hacks to make things work:
-   * First of all, the example 32-bit python.exe provided by Unchained Labs file has been added to PATH, and as such, **all testing should be done with conda deactivated**. 
+   * First of all, the example 32-bit python.exe provided by Unchained Labs which is necessary to use the Python LSAPI has been added to PATH, and as such, **all testing should be done with conda deactivated**. 
    * To find the correct scripts and utilities, a line of sys.path.append() is added before import statements which specifies to site-packages. In an ideal world, custom packages would be installed locally in a `pip install -e .` fashion, but this is the solution I have used which works now.
 
 ### 2024-11-20
-- 
GitLab