This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new e1396db4b18 Fix run_inference_windowing.ipynb json (#26750)
e1396db4b18 is described below
commit e1396db4b18ecd60c76ca3dc271238335218c81c
Author: Danny McCormick <[email protected]>
AuthorDate: Wed May 17 16:59:08 2023 -0400
Fix run_inference_windowing.ipynb json (#26750)
---
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
+}