Skip to content

Commit 1cc6bda

Browse files
author
Abraham Asfaw
authored
Merge pull request #24 from aasfaw/add_YT
Updated episode 4 video link
2 parents 86bba21 + 7b0a7a2 commit 1cc6bda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Coding_With_Qiskit/ep4_Gates.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"\n",
2525
"This Jupyter notebook shows the code that was used in the video, as well as updates in the latest version of Qiskit.\n",
2626
"\n",
27-
"**Link to Episode 4:** https://www.youtube.com/watch?v=RrUTwq5jKM4"
27+
"**Link to Episode 4:** https://www.youtube.com/watch?v=tBnWG_95F9c"
2828
]
2929
},
3030
{
@@ -39,14 +39,14 @@
3939
" <iframe\n",
4040
" width=\"960.0\"\n",
4141
" height=\"540.0\"\n",
42-
" src=\"http://www.youtube.com/embed/RrUTwq5jKM4\"\n",
42+
" src=\"http://www.youtube.com/embed/tBnWG_95F9c\"\n",
4343
" frameborder=\"0\"\n",
4444
" allowfullscreen\n",
4545
" ></iframe>\n",
4646
" "
4747
],
4848
"text/plain": [
49-
"<IPython.lib.display.IFrame at 0x10f147fd0>"
49+
"<IPython.lib.display.IFrame at 0x10d873320>"
5050
]
5151
},
5252
"execution_count": 1,
@@ -56,7 +56,7 @@
5656
],
5757
"source": [
5858
"from IPython.display import IFrame\n",
59-
"IFrame(src=\"http://www.youtube.com/embed/RrUTwq5jKM4\", width=1920/2, height=1080/2)"
59+
"IFrame(src=\"http://www.youtube.com/embed/tBnWG_95F9c\", width=1920/2, height=1080/2)"
6060
]
6161
},
6262
{
@@ -397,9 +397,9 @@
397397
],
398398
"metadata": {
399399
"kernelspec": {
400-
"display_name": "qiskitdevl",
400+
"display_name": "Python 3",
401401
"language": "python",
402-
"name": "qiskitdevl"
402+
"name": "python3"
403403
},
404404
"language_info": {
405405
"codemirror_mode": {

0 commit comments

Comments
 (0)