Skip to content

Commit

Permalink
add metadata (Azure#1915)
Browse files Browse the repository at this point in the history
Add metadata to cells for docs
  • Loading branch information
sdgilley committed Nov 29, 2022
1 parent 5b609a5 commit cc51ec7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name": "job"},
"outputs": [],
"source": [
"job = command(\n",
Expand Down Expand Up @@ -134,7 +134,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name": "returned_job"},
"outputs": [],
"source": [
"# submit the command\n",
Expand Down

0 comments on commit cc51ec7

Please sign in to comment.