dev cruft

master
ml server 2020-01-22 19:56:39 -07:00
parent 70530adc95
commit 049a2c7df9
1 changed files with 20 additions and 1 deletions

View File

@ -123,7 +123,7 @@
"metadata": {},
"outputs": [],
"source": [
"display(Image(filename=rfile, width=300))"
"#display(Image(filename=rfile, width=300))"
]
},
{
@ -233,6 +233,25 @@
"slider2"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"print('yus')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"blueline = widgets.Output(layout={'border': '5px solid lightblue'})\n",
"blueline"
]
},
{
"cell_type": "code",
"execution_count": null,