This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/json-formatting in repository https://gitbox.apache.org/repos/asf/beam.git
commit b07fa3b80d332c53bba3bde83dc8fd11b236a571 Author: Danny McCormick <[email protected]> AuthorDate: Wed May 17 16:36:33 2023 -0400 Fix run_inference_windowing.ipynb json --- examples/notebooks/beam-ml/run_inference_windowing.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/notebooks/beam-ml/run_inference_windowing.ipynb b/examples/notebooks/beam-ml/run_inference_windowing.ipynb index a6a6516025a..02b1d42f422 100644 --- a/examples/notebooks/beam-ml/run_inference_windowing.ipynb +++ b/examples/notebooks/beam-ml/run_inference_windowing.ipynb @@ -94,8 +94,8 @@ "cell_type": "code", "source": [ "!pip install apache-beam==2.47.0\n", - "!pip install xgboost" - "# You may need to install a different version of Datatable directly depending on environment" + "!pip install xgboost", + "# You may need to install a different version of Datatable directly depending on environment", "!pip install datatable" ], "metadata": { @@ -416,4 +416,4 @@ "outputs": [] } ] -} \ No newline at end of file +}
