Skip to content

Commit 01e0582

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
re-sync nbs
1 parent 88ed6eb commit 01e0582

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

demo-notebooks/guided-demos/2_basic_jobs.ipynb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"id": "5b9ae53a",
134134
"metadata": {},
135135
"source": [
136-
"Now we can take a look at the status of our submitted job, as well as the logs:"
136+
"Now we can take a look at the status of our submitted job, as well as retrieve the full logs:"
137137
]
138138
},
139139
{
@@ -156,6 +156,24 @@
156156
"job.logs()"
157157
]
158158
},
159+
{
160+
"cell_type": "markdown",
161+
"id": "c8267fb2",
162+
"metadata": {},
163+
"source": [
164+
"You can also view organized logs, status, and other information directly through the Ray cluster's dashboard:"
165+
]
166+
},
167+
{
168+
"cell_type": "code",
169+
"execution_count": null,
170+
"id": "3f3861d0",
171+
"metadata": {},
172+
"outputs": [],
173+
"source": [
174+
"cluster.cluster_dashboard_uri()"
175+
]
176+
},
159177
{
160178
"cell_type": "markdown",
161179
"id": "5af8cd32",

demo-notebooks/guided-demos/preview_nbs/2_basic_jobs.ipynb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"id": "5b9ae53a",
134134
"metadata": {},
135135
"source": [
136-
"Now we can take a look at the status of our submitted job, as well as the logs:"
136+
"Now we can take a look at the status of our submitted job, as well as retrieve the full logs:"
137137
]
138138
},
139139
{
@@ -156,6 +156,24 @@
156156
"job.logs()"
157157
]
158158
},
159+
{
160+
"cell_type": "markdown",
161+
"id": "4067ef60",
162+
"metadata": {},
163+
"source": [
164+
"You can also view organized logs, status, and other information directly through the Ray cluster's dashboard:"
165+
]
166+
},
167+
{
168+
"cell_type": "code",
169+
"execution_count": null,
170+
"id": "19055243",
171+
"metadata": {},
172+
"outputs": [],
173+
"source": [
174+
"cluster.cluster_dashboard_uri()"
175+
]
176+
},
159177
{
160178
"cell_type": "markdown",
161179
"id": "5af8cd32",

0 commit comments

Comments
 (0)