wut-web-dev cruft input tests

master
ml server 2020-01-23 16:58:33 -07:00
parent daeb0f22d3
commit a1b06b702d
1 changed files with 3 additions and 3 deletions

View File

@ -710,7 +710,7 @@
"outputs": [],
"source": [
"### cell #2\n",
"%blockrun button4"
"#%blockrun button4"
]
},
{
@ -721,8 +721,8 @@
"source": [
"### cell #3 -- doesn't execute until the 'Run' button is pressed\n",
"### This gives the user a chance to interact with the Text and Dropdown widgets\n",
"print(text4.value)\n",
"print(dropdown4.value)"
"#print(text4.value)\n",
"#print(dropdown4.value)"
]
},
{