Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/30-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import TabItem from '@theme/TabItem';
# 👐 Quick Start

:::tip
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.
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.
:::

<Tabs groupId="setup options">
<TabItem value="Instruqt" label="Instruqt">

Instruqt is a lab platform that provides cloud-based sandboxes which come pre-configured with all the tools you need to run this lab.

**Navigate to the Instruqt lab using [this](http://mdb.link/instruqt-jedee) link.** Fill out the form that appears and click **Submit and access**.
**Navigate to the Instruqt lab using [this link](http://mdb.link/instruqt-jedee).** Fill out the form that appears and click **Submit and access**.

<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/3-submit-form.png" alt="Submit Instruqt form" />

Expand All @@ -22,25 +22,25 @@ Click **Start** to launch the lab environment.

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.

Once this is done, you should see a Start button at the bottom right of the screen. Click this to enter the lab.
Once this is done, you should see a **Start** button at the bottom right of the screen. Click this to enter the lab.

<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/5-start-lab.png" alt="Start Instruqt lab" />

</TabItem>

<TabItem value="GitHub Codespaces" label="GitHub Codespaces">

1. Sign in to Github, and open this repository: [mdb.link/jedee](https://mdb.link/jedee)
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`
3. ⚠️ **Wait for the Codespace to load completely**
1. Sign in to GitHub, and open this repository: [mdb.link/jedee](https://mdb.link/jedee).
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`.
3. ⚠️ **Wait for the Codespace to load completely.**

![Quick start steps 4 to 8](/img/jedee.png)

</TabItem>

</Tabs>

### Connect to the MongoDB cluster
## Connect to the MongoDB cluster

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.

Expand Down