You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20-dev-env/1-dev-env-setup.mdx
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You will be working in GitHub Codespaces throughout this lab. A codespace is a c
24
24
25
25
Navigate to [this](https://github.com/codespaces/new/mongodb-developer/genai-devday-notebooks?quickstart=1) link. You will be prompted to sign into GitHub if you haven't already. Once signed in, click the **Create new codespace** button to create a new codespace.
26
26
27
-
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/2-dev-env-setup/3-create-codespace.png"alt="Start a codespace" />
27
+
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/1-dev-env-setup/3-create-codespace.png"alt="Start a codespace" />
28
28
29
29
Let it run for a few seconds as it prepares a Docker container with all the required libraries and a MongoDB cluster.
30
30
@@ -34,37 +34,43 @@ Once the environment is built, you will be prompted to connect to the MongoDB cl
34
34
35
35
To connect to the cluster, click the **Connect** button.
You can view the default and any additional collections we create on the cluster during the lab by clicking the leaf icon in the left navigation bar of the IDE.
You will be filling code in a Jupyter Notebook during this lab, so let's get set up with that next!
54
60
55
61
Click on the files icon in the left navigation bar. In the Explorer menu, under `notebooks`, click on the file named `ai-rag-lab.ipynb` to open the Jupyter Notebook for this lab.
56
62
57
-
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/2-dev-env-setup/2-nav-notebook.png"alt="Navigate to the notebook" />
63
+
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/1-dev-env-setup/8-nav-notebook.png"alt="Navigate to the notebook" />
58
64
59
65
Next, select the Python interpreter by clicking **Select Kernel** at the top right of the IDE.
0 commit comments