Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kls2177 committed Sep 5, 2023
1 parent 7c3ebd3 commit 11a66c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _sources/chapters/introduction/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
" <iframe\n",
" width=\"560\"\n",
" height=\"315\"\n",
" src=\"https://web.microsoftstream.com/embed/video/defa3c78-1282-4d00-a1e7-0269fa69aacd?autoplay=false&showinfo=true\"\n",
" src=\"https://play.library.utoronto.ca/embed/fa3bb5a1962b5c960d91366e6465eda9\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7fe9a915c580>"
"<IPython.lib.display.IFrame at 0x10d37cdc0>"
]
},
"execution_count": 1,
Expand All @@ -48,7 +48,7 @@
"source": [
"from IPython.display import IFrame\n",
" \n",
"IFrame(\"https://web.microsoftstream.com/embed/video/defa3c78-1282-4d00-a1e7-0269fa69aacd?autoplay=false&showinfo=true\", width=\"560\",height=\"315\")"
"IFrame(\"https://play.library.utoronto.ca/embed/fa3bb5a1962b5c960d91366e6465eda9\", width=\"560\",height=\"315\")"
]
},
{
Expand Down Expand Up @@ -76,7 +76,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion chapters/introduction/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<iframe
width="560"
height="315"
src="https://web.microsoftstream.com/embed/video/defa3c78-1282-4d00-a1e7-0269fa69aacd?autoplay=false&showinfo=true"
src="https://play.library.utoronto.ca/embed/fa3bb5a1962b5c960d91366e6465eda9"
frameborder="0"
allowfullscreen

Expand Down

0 comments on commit 11a66c4

Please sign in to comment.