Skip to content

Commit

Permalink
Install apache-beam[yaml]
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki committed Mar 18, 2024
1 parent 60829dc commit 3da0b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/get-started/try-apache-beam-yaml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"outputs": [],
"source": [
"# Install apache-beam\n",
"! pip install --quiet apache-beam\n",
"! pip install --quiet apache-beam[yaml]\n",
"\n",
"# Create directories for storing data, pipelines and results\n",
"! mkdir -p data\n",
Expand Down

0 comments on commit 3da0b06

Please sign in to comment.