Skip to content

Commit 8c1e051

Browse files
committed
Add screenshots to get-started.md
1 parent 078a104 commit 8c1e051

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/get-started.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ If you haven't set up payments yet, you'll be prompted to add a payment method a
4141
After your Pod has finished starting up (this may take a minute or two), you can connect to it:
4242

4343
1. On the [Pods page](https://www.runpod.io/console/pods), find the Pod you just created and click the **Connect** button. If it's greyed out, your Pod hasn't finished starting up yet.
44-
1. In the window that opens, under **HTTP Services**, click **Jupyter Lab** to open a JupyterLab workspace on your Pod.
45-
1. Under **Notebook**, select **Python 3 (ipykernel)**.
46-
1. Type `print("Hello, world!")` in the first line of the notebook.
47-
1. Press the play button to run your code.
44+
45+
<img src="/img/docs/quickstart-connect-button.png" width="750" alt="Image of the Pod graphics card selection menu"/>
46+
47+
2. In the window that opens, under **HTTP Services**, click **Jupyter Lab** to open a JupyterLab workspace on your Pod.
48+
49+
<img src="/img/docs/quickstart-jupyter-lab.png" width="500" alt="Image of the Pod graphics card selection menu"/>
50+
51+
3. Under **Notebook**, select **Python 3 (ipykernel)**.
52+
4. Type `print("Hello, world!")` in the first line of the notebook.
53+
5. Click the play button to run your code.
4854

4955
Congratulations! You just ran your first line of code using RunPod.
5056

188 KB
Loading
144 KB
Loading

0 commit comments

Comments
 (0)