Browse Source

week2 exercies

pull/18/head
Sanjay Semwal 5 months ago
parent
commit
835d1a9bf2
  1. 10
      week2/week2 EXERCISE.ipynb

10
week2/week2 EXERCISE.ipynb

@ -560,7 +560,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 59, "execution_count": 61,
"id": "b2b5f074-b19c-401b-bdf8-9414b2a81fd0", "id": "b2b5f074-b19c-401b-bdf8-9414b2a81fd0",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -589,7 +589,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 60, "execution_count": 62,
"id": "9db28315-7aae-4a44-8711-73d12272e5e9", "id": "9db28315-7aae-4a44-8711-73d12272e5e9",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@ -597,7 +597,7 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"* Running on local URL: http://127.0.0.1:7879\n", "* Running on local URL: http://127.0.0.1:7880\n",
"\n", "\n",
"To create a public link, set `share=True` in `launch()`.\n" "To create a public link, set `share=True` in `launch()`.\n"
] ]
@ -605,7 +605,7 @@
{ {
"data": { "data": {
"text/html": [ "text/html": [
"<div><iframe src=\"http://127.0.0.1:7879/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>" "<div><iframe src=\"http://127.0.0.1:7880/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
], ],
"text/plain": [ "text/plain": [
"<IPython.core.display.HTML object>" "<IPython.core.display.HTML object>"
@ -618,7 +618,7 @@
"data": { "data": {
"text/plain": [] "text/plain": []
}, },
"execution_count": 60, "execution_count": 62,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },

Loading…
Cancel
Save