From 4b5439fa5b767a8c2ea23a145d9012b5dabe9317 Mon Sep 17 00:00:00 2001 From: rcuevass Date: Tue, 18 Feb 2025 12:31:14 -0500 Subject: [PATCH] Proposing extra details of documentation in SETUP-PC.md to have the conda virt. environment available in jupyter lab --- SETUP-PC.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SETUP-PC.md b/SETUP-PC.md index 1261a5e..9adb85b 100644 --- a/SETUP-PC.md +++ b/SETUP-PC.md @@ -76,6 +76,13 @@ If this Part 2 gives you any problems, there is an alternative Part 2B below tha You should see `(llms)` in your prompt, which indicates you've activated your new environment. +**Important**. Before launching Jupyter Lab (section below), it is useful to have the `llms` conda environment just +created available as a kernel in Jupyter Lab. To accomplish this: + +- Switch to the conda env. just created by typing in `conda activate llms` +- Once in the environment, execute `python -m ipykernel install --user --name=llms` + + 3. **Start Jupyter Lab:** - In the Anaconda Prompt, from within the `llm_engineering` folder, type: `jupyter lab`