You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo-notebooks/guided-demos/0_basic_ray.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@
88
88
"id": "12eef53c",
89
89
"metadata": {},
90
90
"source": [
91
-
"Next, we want to bring our cluster up, so we call the `up()` function below to submit our Ray Cluster onto the queue, and begin the process of obtaining our resource cluster."
91
+
"To create the Ray Cluster, we can click the `Cluster Up` button to submit our Ray Cluster onto the queue, and begin the process of creating a Ray Cluster resource. Alternatively, you can run the code cell below to do the same."
Copy file name to clipboardExpand all lines: demo-notebooks/guided-demos/1_cluster_job_client.ipynb
+7
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,13 @@
76
76
"))"
77
77
]
78
78
},
79
+
{
80
+
"cell_type": "markdown",
81
+
"metadata": {},
82
+
"source": [
83
+
"To create the Ray Cluster, we can tick the `Wait for cluster?` checkbox and click the `Cluster Up` button to submit our Ray Cluster onto the queue, and begin the process of creating a Ray Cluster resource while waiting for the Ray Dashboard to be available. Alternatively, you can run the code cell below to do the same."
Copy file name to clipboardExpand all lines: demo-notebooks/guided-demos/2_basic_interactive.ipynb
+8
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,14 @@
81
81
"))"
82
82
]
83
83
},
84
+
{
85
+
"cell_type": "markdown",
86
+
"id": "6973247b",
87
+
"metadata": {},
88
+
"source": [
89
+
"To create the Ray Cluster, we can tick the `Wait for cluster?` checkbox and click the `Cluster Up` button to submit our Ray Cluster onto the queue, and begin the process of creating a Ray Cluster resource while waiting for the Ray Dashboard to be available. Alternatively, you can run the code cell below to do the same."
Copy file name to clipboardExpand all lines: demo-notebooks/guided-demos/3_widget_example.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
"# Create and configure our cluster object\n",
66
66
"# The SDK will try to find the name of your default local queue based on the annotation \"kueue.x-k8s.io/default-queue\": \"true\" unless you specify the local queue manually below\n",
0 commit comments