From 54eea38201dd18016d97f642a99efcef8ae9ca57 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 10 Apr 2024 11:34:28 -0500 Subject: [PATCH] docs: Fix YAML formatting in Ray Remote tutorial --- .../035 - Distributing Calls on Ray Remote Cluster.ipynb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb b/tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb index cd045ea8c..912a8d80b 100644 --- a/tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb +++ b/tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb @@ -83,13 +83,17 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": { "pycharm": { "name": "#%%\n" + }, + "vscode": { + "languageId": "raw" } }, "source": [ + "```yaml\n", "cluster_name: pandas-sdk-cluster\n", "\n", "min_workers: 2\n", @@ -136,7 +140,8 @@ "\n", "\n", "setup_commands:\n", - "- pip install \"awswrangler[modin,ray]\"" + "- pip install \"awswrangler[modin,ray]\"\n", + "```" ] }, {