diff --git a/notebooks/wut-web-dev.ipynb b/notebooks/wut-web-dev.ipynb index 9d34bbc..22b8408 100644 --- a/notebooks/wut-web-dev.ipynb +++ b/notebooks/wut-web-dev.ipynb @@ -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')" ] }, {