Skip to content

Commit

Permalink
update simple notebook (#1) (#771)
Browse files Browse the repository at this point in the history
* update simple notebook
  • Loading branch information
JohanWork authored Mar 16, 2020
1 parent b7e54a8 commit 0b11a78
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@
" description='A toy pipeline that performs arithmetic calculations.'\n",
")\n",
"def calc_pipeline(\n",
" a='0',\n",
" b='7',\n",
" c='17',\n",
" a: float =0,\n",
" b: float =7\n",
"):\n",
" #Passing pipeline parameter and a constant value as operation arguments\n",
" add_task = add_op(a, 4) #Returns a dsl.ContainerOp class instance. \n",
Expand Down Expand Up @@ -277,9 +276,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 0b11a78

Please sign in to comment.