wut-web-dev cruft tests

master
ml server 2020-01-23 14:26:43 -07:00
parent 530694c0d8
commit c7255b4d14
1 changed files with 16 additions and 0 deletions

View File

@ -459,6 +459,22 @@
"print('mkay')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from ipywidgets import widgets\n",
"#text=\"foo\"\n",
"text1=widgets.Text()\n",
"display(text1)\n",
"#on_submit()\n",
"btn=widgets.Button(description='foo')\n",
"display(btn)\n",
"btn.on_click(print(text1.value))"
]
},
{
"cell_type": "code",
"execution_count": null,