Skip to content

Commit aedb608

Browse files
authored
Merge pull request #39 from mongodb-developer/language-flavored-Instruqt
Language flavored instruqt
2 parents 083a91f + 9b48e05 commit aedb608

File tree

5 files changed

+97
-51
lines changed

5 files changed

+97
-51
lines changed

docs/30-quick-start.mdx

Lines changed: 54 additions & 3 deletions
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](https://mdb.link/devrel-java-crud).** 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/devrel-python-crud).** 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/devrel-js-crud).** 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/devrel-csharp-crud).** 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

@@ -70,10 +109,22 @@ Next, select the Python interpreter by clicking **Select Kernel** at the top rig
70109

71110
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/9-select-kernel.png" alt="Select kernel" />
72111

73-
In the modal that appears, click **Python environments...** and select the interpreter that is marked as **Recommended** or **Global Env**.
112+
In the modal that appears, the kernel should be automatically selected. Make sure it is set to the correct environment (marked as **Recommended** or **Global Env**).
74113

75-
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/10-python-env-modal.png" alt="Select Python Environments" />
114+
<Tabs groupId="challenges" defaultValue="javascript">
115+
<TabItem value="java" label="Java">
116+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/10-java-env-modal.png" alt="Select Java Environments" />
117+
</TabItem>
118+
<TabItem value="python" label="Python">
76119

77120
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/11-select-recommended.png" alt="Select recommended interpreter" />
121+
</TabItem>
122+
<TabItem value="javascript" label="JavaScript">
123+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/10-javascript-env-modal.png" alt="Select JavaScript Environments" />
124+
</TabItem>
125+
<TabItem value="csharp" label="C#">
126+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/10-csharp-env-modal.png" alt="Select C# Environments" />
127+
</TabItem>
128+
</Tabs>
78129

79130
That's it! You're ready for the lab!

0 commit comments

Comments
 (0)