Skip to content

Commit dd4f5e4

Browse files
author
Abraham Asfaw
authored
Merge pull request #36 from aasfaw/add_YT
Updated video link of ep5
2 parents a0e3494 + 0f62b64 commit dd4f5e4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Coding_With_Qiskit/ep5_Quantum_Teleportation.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"The teleportation protocol was [described by Charles Bennett and co-workers in March 1993](#1), about a decade after the [no-cloning theorem was reported in October 1982](#2).\n",
2121
"\n",
22-
"**Link to Episode 5:** https://www.youtube.com/watch?v=tBnWG_95F9c"
22+
"**Link to Episode 5:** https://www.youtube.com/watch?v=mMwovHK2NrE"
2323
]
2424
},
2525
{
@@ -32,16 +32,16 @@
3232
"text/html": [
3333
"\n",
3434
" <iframe\n",
35-
" width=\"5.0\"\n",
36-
" height=\"5.0\"\n",
37-
" src=\"http://www.youtube.com/embed/tBnWG_95F9c\"\n",
35+
" width=\"960.0\"\n",
36+
" height=\"540.0\"\n",
37+
" src=\"http://www.youtube.com/embed/mMwovHK2NrE\"\n",
3838
" frameborder=\"0\"\n",
3939
" allowfullscreen\n",
4040
" ></iframe>\n",
4141
" "
4242
],
4343
"text/plain": [
44-
"<IPython.lib.display.IFrame at 0x109cb2f60>"
44+
"<IPython.lib.display.IFrame at 0x11323f390>"
4545
]
4646
},
4747
"execution_count": 1,
@@ -51,8 +51,7 @@
5151
],
5252
"source": [
5353
"from IPython.display import IFrame\n",
54-
"IFrame(src=\"http://www.youtube.com/embed/tBnWG_95F9c\", width=10/2, height=10/2)\n",
55-
"#IFrame(src=\"http://www.youtube.com/embed/tBnWG_95F9c\", width=1920/2, height=1080/2)"
54+
"IFrame(src=\"http://www.youtube.com/embed/mMwovHK2NrE\", width=1920/2, height=1080/2)"
5655
]
5756
},
5857
{
@@ -778,9 +777,9 @@
778777
],
779778
"metadata": {
780779
"kernelspec": {
781-
"display_name": "qiskitdevl",
780+
"display_name": "Python 3",
782781
"language": "python",
783-
"name": "qiskitdevl"
782+
"name": "python3"
784783
},
785784
"language_info": {
786785
"codemirror_mode": {

0 commit comments

Comments
 (0)