Skip to content

Commit db7c449

Browse files
docs: Fix YAML formatting in Ray Remote tutorial (#2770)
1 parent c95a5d0 commit db7c449

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb

+7-2
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,17 @@
8383
]
8484
},
8585
{
86-
"cell_type": "raw",
86+
"cell_type": "markdown",
8787
"metadata": {
8888
"pycharm": {
8989
"name": "#%%\n"
90+
},
91+
"vscode": {
92+
"languageId": "raw"
9093
}
9194
},
9295
"source": [
96+
"```yaml\n",
9397
"cluster_name: pandas-sdk-cluster\n",
9498
"\n",
9599
"min_workers: 2\n",
@@ -136,7 +140,8 @@
136140
"\n",
137141
"\n",
138142
"setup_commands:\n",
139-
"- pip install \"awswrangler[modin,ray]\""
143+
"- pip install \"awswrangler[modin,ray]\"\n",
144+
"```"
140145
]
141146
},
142147
{

0 commit comments

Comments
 (0)