Skip to content
Open
Show file tree
Hide file tree
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
41 changes: 40 additions & 1 deletion docs/30-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,46 @@ In this lab, we will be using Jupyter Notebooks, which is an interactive Python

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 link](http://mdb.link/instruqt-jedee).** Fill out the form that appears and click **Submit and access**.
Select your language below and navigate to the corresponding Instruqt lab. Fill out the form that appears and click **Submit and access**.

<Tabs groupId="challenges" defaultValue="javascript">
<TabItem value="java" label="Java">

:::info Java Lab
You are setting up the **Java** version of this lab.
:::

**Navigate to the Instruqt lab using [this link](https://mdb.link/devrel-java-crud).** Fill out the form that appears and click **Submit and access**.

</TabItem>
<TabItem value="python" label="Python">

:::info Python Lab
You are setting up the **Python** version of this lab.
:::

**Navigate to the Instruqt lab using [this link](https://mdb.link/devrel-python-crud).** Fill out the form that appears and click **Submit and access**.

</TabItem>
<TabItem value="javascript" label="JavaScript">

:::info JavaScript Lab
You are setting up the **JavaScript** version of this lab.
:::

**Navigate to the Instruqt lab using [this link](https://mdb.link/devrel-js-crud).** Fill out the form that appears and click **Submit and access**.

</TabItem>
<TabItem value="csharp" label="C#">

:::info C# Lab
You are setting up the **C#** version of this lab.
:::

**Navigate to the Instruqt lab using [this link](https://mdb.link/devrel-csharp-crud).** Fill out the form that appears and click **Submit and access**.

</TabItem>
</Tabs>

<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 Down
Loading