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/30-quick-start.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ import TabItem from '@theme/TabItem';
4
4
# 👐 Quick Start
5
5
6
6
:::tip
7
-
In this lab, we will be using Jupyter Notebooks, which is an interactive Python environment. If you are new to Jupyter Notebooks, use [this](https://mongodb-developer.github.io/vector-search-lab/docs/dev-env/jupyter-notebooks) guide to familiarize yourself with the environment.
7
+
In this lab, we will be using Jupyter Notebooks, which is an interactive Python environment. If you are new to Jupyter Notebooks, use [this guide](https://mongodb-developer.github.io/vector-search-lab/docs/dev-env/jupyter-notebooks) to familiarize yourself with the environment.
8
8
:::
9
9
10
10
<TabsgroupId="setup options">
11
11
<TabItemvalue="Instruqt"label="Instruqt">
12
12
13
13
Instruqt is a lab platform that provides cloud-based sandboxes which come pre-configured with all the tools you need to run this lab.
14
14
15
-
**Navigate to the Instruqt lab using [this](http://mdb.link/instruqt-jedee) link.** Fill out the form that appears and click **Submit and access**.
15
+
**Navigate to the Instruqt lab using [this link](http://mdb.link/instruqt-jedee).** Fill out the form that appears and click **Submit and access**.
@@ -22,25 +22,25 @@ Click **Start** to launch the lab environment.
22
22
23
23
You should see a screen with a purple progress bar indicating that Instruqt is preparing a sandbox with all the required libraries for this lab and a MongoDB cluster.
24
24
25
-
Once this is done, you should see a Start button at the bottom right of the screen. Click this to enter the lab.
25
+
Once this is done, you should see a **Start** button at the bottom right of the screen. Click this to enter the lab.
1. Sign in to Github, and open this repository: [mdb.link/jedee](https://mdb.link/jedee)
34
-
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`
35
-
3. ⚠️ **Wait for the Codespace to load completely**
33
+
1. Sign in to GitHub, and open this repository: [mdb.link/jedee](https://mdb.link/jedee).
34
+
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`.
35
+
3. ⚠️ **Wait for the Codespace to load completely.**
36
36
37
37

38
38
39
39
</TabItem>
40
40
41
41
</Tabs>
42
42
43
-
###Connect to the MongoDB cluster
43
+
## Connect to the MongoDB cluster
44
44
45
45
Let's first connect to the MongoDB database that was created for you. This will allow you to view data we import into the cluster later in the lab, directly from the IDE.
0 commit comments