Skip to content

Commit ea49ea8

Browse files
committed
Adding per lang lab
1 parent 4279187 commit ea49ea8

2 files changed

Lines changed: 83 additions & 49 deletions

File tree

docs/30-quick-start.mdx

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,46 @@ In this lab, we will be using Jupyter Notebooks, which is an interactive Python
1212

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

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**.
15+
Select your language below and navigate to the corresponding Instruqt lab. Fill out the form that appears and click **Submit and access**.
16+
17+
<Tabs groupId="challenges" defaultValue="javascript">
18+
<TabItem value="java" label="Java">
19+
20+
:::info Java Lab
21+
You are setting up the **Java** version of this lab.
22+
:::
23+
24+
**Navigate to the Instruqt lab using [this link](http://mdb.link/java-workshop-instruqt).** Fill out the form that appears and click **Submit and access**.
25+
26+
</TabItem>
27+
<TabItem value="python" label="Python">
28+
29+
:::info Python Lab
30+
You are setting up the **Python** version of this lab.
31+
:::
32+
33+
**Navigate to the Instruqt lab using [this link](https://mdb.link/python-crud-lab).** Fill out the form that appears and click **Submit and access**.
34+
35+
</TabItem>
36+
<TabItem value="javascript" label="JavaScript">
37+
38+
:::info JavaScript Lab
39+
You are setting up the **JavaScript** version of this lab.
40+
:::
41+
42+
**Navigate to the Instruqt lab using [this link](https://mdb.link/instruqt-jedee).** Fill out the form that appears and click **Submit and access**.
43+
44+
</TabItem>
45+
<TabItem value="csharp" label="C#">
46+
47+
:::info C# Lab
48+
You are setting up the **C#** version of this lab.
49+
:::
50+
51+
**Navigate to the Instruqt lab using [this link](https://mdb.link/cs-inst).** Fill out the form that appears and click **Submit and access**.
52+
53+
</TabItem>
54+
</Tabs>
1655

1756
<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" />
1857

0 commit comments

Comments
 (0)