Skip to content

Commit fce9968

Browse files
author
ajosh0504
committed
Nit
1 parent d521e53 commit fce9968

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/20-dev-env/1-dev-env-setup.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Screenshot from "@site/src/components/Screenshot";
99

1010
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/1-resume-codespace.png" alt="Resume codespace" />
1111

12-
Give the codespace a few seconds to restart. When files appear under the Explorer, click on the file named `ai-rag-lab.ipynb` under `notebooks`. This is the Jupyter Notebook you will be using throughout this lab.
12+
Give the codespace a few seconds to restart. When files appear in the Explorer tab, click on the file named `ai-rag-lab.ipynb` under `notebooks`. This is the Jupyter Notebook you will be using throughout this lab.
1313

1414
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/2-nav-notebook.png" alt="Navigate to the notebook" />
1515
</details>
@@ -26,11 +26,9 @@ Navigate to [this](https://github.com/codespaces/new/mongodb-developer/genai-dev
2626

2727
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/3-create-codespace.png" alt="Start a codespace" />
2828

29-
Let it run for a few seconds as it prepares a Docker container with all the required libraries and a MongoDB cluster.
29+
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 in the Explorer tab.
3030

31-
Once the environment is built, you should see a VS Code IDE with a list of files under the Explorer tab.
32-
33-
In the left navigation bar of the IDE, under `notebooks`, click on the file named `ai-rag-lab.ipynb` to open the Jupyter Notebook for this lab.
31+
In the Explorer menu, under `notebooks`, click on the file named `ai-rag-lab.ipynb` to open the Jupyter Notebook for this lab.
3432

3533
<Screenshot url="https://github.com/codespaces" src="img/screenshots/20-dev-env/1-dev-env-setup/2-nav-notebook.png" alt="Navigate to the notebook" />
3634

0 commit comments

Comments
 (0)