From 73b06e75d31e65d739447e00ea1629d83fe0ae39 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 27 Jan 2025 12:45:09 -0800 Subject: [PATCH] Adding instructions for existing codespace --- docs/30-dev-env/2-dev-setup.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/30-dev-env/2-dev-setup.mdx b/docs/30-dev-env/2-dev-setup.mdx index 43803566..b4f03336 100644 --- a/docs/30-dev-env/2-dev-setup.mdx +++ b/docs/30-dev-env/2-dev-setup.mdx @@ -2,11 +2,15 @@ import Screenshot from "@site/src/components/Screenshot"; # 👐 Setup dev environment -:::caution -If you are doing this lab as part of a MongoDB GenAI Developer Day, at this point you should already have the GitHub Codespace ready for this lab, so you can skip the following steps and continue using the Codespace you created previously. +
+ 🦹 If you are doing this lab as part of a MongoDB GenAI Developer Day, you can continue in the Codespace you previously created. -If you haven't created a Codespace yet, follow the steps below to create one. -::: + Navigate to your existing Codespace and click on the file named `ai-rag-lab.ipynb` under the Explorer. + + This is the Jupyter Notebook you will be using throughout this lab. + + +
## Option 1: GitHub Codespaces