Skip to content

Commit

Permalink
cells from md to code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonevaccari committed Oct 9, 2024
1 parent a545cdd commit a7d87a9
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions practice-labs/4 - CWL-Workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,14 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "shellscript"
}
},
"outputs": [],
"source": [
"cat output.json | yq e '.stac_catalog.location' -"
]
Expand All @@ -383,8 +389,14 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "shellscript"
}
},
"outputs": [],
"source": [
"stac describe $( cat output.json | yq e '.stac_catalog.location' - | sed 's|file://||g' )/catalog.json"
]
Expand Down

0 comments on commit a7d87a9

Please sign in to comment.