This commit is contained in:
Chris Basoglu 2017-02-02 10:01:27 -08:00
Родитель 2e508f95d7
Коммит 7d472b4bff
1 изменённых файлов: 28 добавлений и 3 удалений

Просмотреть файл

@ -60,7 +60,32 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 6,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"<center><img src=\"https://www.cntk.ai/jup/cancer_data_plot.jpg\", width=400, height=400></center>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"from IPython.display import display, HTML\n",
"display(HTML('''<center><img src=\"https://www.cntk.ai/jup/cancer_data_plot.jpg\", width=400, height=400></center>'''))\n"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false
},
@ -744,7 +769,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
@ -758,7 +783,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.5"
"version": "3.5.2"
}
},
"nbformat": 4,