Skip to content

Commit

Permalink
Merge pull request #277 from up42/fix-failing-publish-docs
Browse files Browse the repository at this point in the history
Fix failling publish docs
  • Loading branch information
jmigueldelgado authored Dec 6, 2021
2 parents 093682b + 4f5ae88 commit 12a1135
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/guides/30-seconds-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"# Construct workflow\n",
"workflow = project.create_workflow(name=\"30-seconds-workflow\", use_existing=True)\n",
"#print(up42.get_blocks(basic=True))\n",
"input_tasks = [\"Sentinel-2 L2A Visual Visual (GeoTIFF)\", \"Sharpening Filter\"]\n",
"input_tasks = [\"Sentinel-2 L2A Visual (GeoTIFF)\", \"Sharpening Filter\"]\n",
"workflow.add_workflow_tasks(input_tasks)"
]
},
Expand Down Expand Up @@ -129,7 +129,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "up42-py",
"language": "python",
"name": "up42-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -141,8 +143,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 12a1135

Please sign in to comment.