Skip to content

Commit

Permalink
Add in missing space between dependency and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 31, 2023
1 parent 7d81f0a commit c7dc5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/beam-ml/run_inference_windowing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"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",
" # You may need to install a different version of Datatable directly depending on environment",
"!pip install datatable"
],
"metadata": {
Expand Down

0 comments on commit c7dc5bd

Please sign in to comment.