Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Oct 11, 2022
1 parent b09e228 commit 0af8b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ejercicio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -18,7 +18,7 @@
"\n",
" <iframe\n",
" width=\"1500\"\n",
" height=\"950\"\n",
" height=\"920\"\n",
" src=\"https://robaina.github.io/modeloEEI/\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
Expand All @@ -27,10 +27,10 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7f9220e2b070>"
"<IPython.lib.display.IFrame at 0x7f1376fa3190>"
]
},
"execution_count": 14,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -39,7 +39,7 @@
"from IPython.display import IFrame\n",
"\n",
"\n",
"IFrame(\"https://robaina.github.io/modeloEEI/\", width=1500, height=950)"
"IFrame(\"https://robaina.github.io/modeloEEI/\", width=1500, height=920)"
]
}
],
Expand Down

0 comments on commit 0af8b7f

Please sign in to comment.