Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkaikus committed Jul 6, 2018
1 parent 5bdaf4d commit dd73942
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions ICC - Algoritmo de Groover.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,9 @@
"- Se repite desde el **Paso 1** un numero $\\sqrt{N}$ de veces,\n",
"\n",
"\n",
"### Video explicativo"
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7tc3DCAJC7E\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"from IPython.display import HTML\n",
"### Video explicativo\n",
"\n",
"HTML('<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7tc3DCAJC7E\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>')"
"[![IMAGE ALT TEXT](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE \"Video Title\")"
]
},
{
Expand Down

0 comments on commit dd73942

Please sign in to comment.