Skip to content

Commit 1da278d

Browse files
authored
fixed tabs
1 parent 1eb5cca commit 1da278d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Interactive training is supported on **AzureML Compute Cluster** and **Azure Arc
3333
By specifying interactive applications at job creation, you can connect directly to the container on the compute node where your job is running. Once you have access to the job container, you can test or debug your job in the exact same environment where it would run. You can also use VS Code to attach to the running process and debug as you would locally.
3434

3535
### Enable during job submission
36-
# [AzureML Studio](#tab/python)
36+
# [AzureML Studio](#tab/ui)
3737
1. Create a new job from the left navigation pane in the studio portal.
3838

3939
![screenshot select-job-ui](media/interactive-jobs/create-job.png)
@@ -166,7 +166,7 @@ By specifying interactive applications at job creation, you can connect directly
166166
---
167167

168168
### Connect to endpoints
169-
# [AzureML Studio](#tab/python)
169+
# [AzureML Studio](#tab/ui)
170170
To interact with your running job, click the button **Debug and monitor** on the job details page.
171171

172172
![screenshot debug-and-monitor](media/interactive-jobs/debug-and-monitor.png)

0 commit comments

Comments
 (0)