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/2-dev-env-setup.mdx
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,9 @@ Navigate to [this](https://github.com/codespaces/new/mongodb-developer/genai-dev
14
14
15
15
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/2-dev-env-setup/1-create-codespace.png"alt="Start a codespace" />
16
16
17
-
Let it run for a few seconds as it prepares a Docker container with all the required libraries and a MongoDB cluster.
17
+
Let it run for a few seconds as it prepares a Docker container with all the required libraries and a MongoDB cluster. Once the environment is built, you should see a VS Code IDE with a list of files under the Explorer tab.
18
18
19
-
Once the environment is built, you should see a VS Code IDE with a list of files under the Explorer tab.
20
-
21
-
In the left navigation bar of the IDE, under `notebooks`, click on the file named `vector-search-lab.ipynb` to open the Jupyter Notebook for this lab.
19
+
In the Explorer menu, under `notebooks`, click on the file named `vector-search-lab.ipynb` to open the Jupyter Notebook for this lab.
22
20
23
21
<Screenshoturl="https://github.com/codespaces"src="img/screenshots/20-dev-env/2-dev-env-setup/2-nav-notebook.png"alt="Navigate to the notebook" />
0 commit comments