Additional instruction for linux recommended by a student

This commit is contained in:
Edward Donner
2025-02-22 09:51:38 -05:00
parent bf153ac721
commit cc0f430b94

View File

@@ -68,6 +68,11 @@ This may take several minutes (even up to an hour for new Anaconda users). If it
You should see `(llms)` in your prompt, indicating successful activation.
In some distributions this may be required so that the llms environment is visible in jupyter lab:
`conda install ipykernel`
`python -m ipykernel install --user --name=llmenv`
3. **Start Jupyter Lab:**
From the `llm_engineering` folder, run: `jupyter lab`.
@@ -125,6 +130,7 @@ Lastly, so that the kernel is visible after step (6) in jupyter lab :
From the `llm_engineering` folder, run: `jupyter lab`.
### Part 3 - OpenAI key (OPTIONAL but recommended)
Particularly during weeks 1 and 2 of the course, you'll be writing code to call the APIs of Frontier models (models at the forefront of AI).