Skip to content

Commit

Permalink
Escape shell command in notebook cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 17, 2024
1 parent 6089216 commit 4e054de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bmi-geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"metadata": {},
"outputs": [],
"source": [
"cat config.yaml"
"!cat config.yaml"
]
},
{
Expand Down

0 comments on commit 4e054de

Please sign in to comment.