Skip to content

Commit a7d87a9

Browse files
committed
cells from md to code
1 parent a545cdd commit a7d87a9

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

practice-labs/4 - CWL-Workflow.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,14 @@
369369
]
370370
},
371371
{
372-
"cell_type": "markdown",
373-
"metadata": {},
372+
"cell_type": "code",
373+
"execution_count": null,
374+
"metadata": {
375+
"vscode": {
376+
"languageId": "shellscript"
377+
}
378+
},
379+
"outputs": [],
374380
"source": [
375381
"cat output.json | yq e '.stac_catalog.location' -"
376382
]
@@ -383,8 +389,14 @@
383389
]
384390
},
385391
{
386-
"cell_type": "markdown",
387-
"metadata": {},
392+
"cell_type": "code",
393+
"execution_count": null,
394+
"metadata": {
395+
"vscode": {
396+
"languageId": "shellscript"
397+
}
398+
},
399+
"outputs": [],
388400
"source": [
389401
"stac describe $( cat output.json | yq e '.stac_catalog.location' - | sed 's|file://||g' )/catalog.json"
390402
]

0 commit comments

Comments
 (0)