Skip to content

Commit

Permalink
jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Oct 11, 2022
1 parent e9c0b7f commit e67e2f3
Showing 1 changed file with 59 additions and 5 deletions.
64 changes: 59 additions & 5 deletions ejercicio.ipynb
Original file line number Diff line number Diff line change
@@ -1,18 +1,72 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Modelo EEI"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"1500\"\n",
" height=\"950\"\n",
" src=\"https://robaina.github.io/modeloEEI/\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7f9220e2b070>"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"from IPython.display import IFrame\n",
"\n",
"\n",
"IFrame(\"https://robaina.github.io/modeloEEI/\", width=1500, height=950)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.10 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
},
"orig_nbformat": 4
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down

0 comments on commit e67e2f3

Please sign in to comment.