Skip to content

Commit 89c47c3

Browse files
LilyLinhopenshift-merge-bot[bot]
authored andcommitted
replace 'cluster.up' by 'cluster.apply' in demo-notebooks
1 parent f9f8671 commit 89c47c3

12 files changed

+12
-12
lines changed

demo-notebooks/additional-demos/hf_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"metadata": {},
115115
"outputs": [],
116116
"source": [
117-
"cluster.up()"
117+
"cluster.apply()"
118118
]
119119
},
120120
{

demo-notebooks/additional-demos/local_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"outputs": [],
8181
"source": [
82-
"cluster.up()"
82+
"cluster.apply()"
8383
]
8484
},
8585
{

demo-notebooks/additional-demos/ray_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"outputs": [],
7979
"source": [
8080
"# Bring up the cluster\n",
81-
"cluster.up()\n",
81+
"cluster.apply()\n",
8282
"cluster.wait_ready()"
8383
]
8484
},

demo-notebooks/guided-demos/0_basic_ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"outputs": [],
9999
"source": [
100100
"# Bring up the cluster\n",
101-
"cluster.up()"
101+
"cluster.apply()"
102102
]
103103
},
104104
{

demo-notebooks/guided-demos/1_cluster_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"outputs": [],
9090
"source": [
9191
"# Bring up the cluster\n",
92-
"cluster.up()\n",
92+
"cluster.apply()\n",
9393
"cluster.wait_ready()"
9494
]
9595
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"outputs": [],
9797
"source": [
9898
"# Bring up the cluster\n",
99-
"cluster.up()\n",
99+
"cluster.apply()\n",
100100
"cluster.wait_ready()"
101101
]
102102
},

demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"outputs": [],
9595
"source": [
9696
"# Bring up the cluster\n",
97-
"cluster.up()"
97+
"cluster.apply()"
9898
]
9999
},
100100
{

demo-notebooks/guided-demos/notebook-ex-outputs/1_cluster_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"outputs": [],
7979
"source": [
8080
"# Bring up the cluster\n",
81-
"cluster.up()\n",
81+
"cluster.apply()\n",
8282
"cluster.wait_ready()"
8383
]
8484
},

demo-notebooks/guided-demos/notebook-ex-outputs/2_basic_interactive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"outputs": [],
8585
"source": [
8686
"# Bring up the cluster\n",
87-
"cluster.up()\n",
87+
"cluster.apply()\n",
8888
"cluster.wait_ready()"
8989
]
9090
},

demo-notebooks/guided-demos/preview_nbs/0_basic_ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"outputs": [],
9595
"source": [
9696
"# Bring up the cluster\n",
97-
"cluster.up()"
97+
"cluster.apply()"
9898
]
9999
},
100100
{

0 commit comments

Comments
 (0)