wut-web-dev cruft tests

master
ml server 2020-01-23 14:32:59 -07:00
parent c7255b4d14
commit 8748eb120c
1 changed files with 18 additions and 3 deletions

View File

@ -446,8 +446,8 @@
"metadata": {},
"outputs": [],
"source": [
"a = input()\n",
"print(a)"
"#a = input()\n",
"#print(a)"
]
},
{
@ -472,7 +472,22 @@
"#on_submit()\n",
"btn=widgets.Button(description='foo')\n",
"display(btn)\n",
"btn.on_click(print(text1.value))"
"\n",
"def seee(b):\n",
" woo=text1.value\n",
" print(woo)\n",
" \n",
"btn.on_click(seee)\n",
"print(\"meh\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"print('meh2')"
]
},
{