Skip to content

Commit 6e04017

Browse files
author
thomas mcandrew
committed
updated imports
1 parent c5162d4 commit 6e04017

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Homework01.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@
116116
"\"\"\"))"
117117
]
118118
},
119+
{
120+
"cell_type": "code",
121+
"execution_count": null,
122+
"id": "c86f32f2-21a4-4bfb-ad04-eabae140ce21",
123+
"metadata": {},
124+
"outputs": [],
125+
"source": [
126+
"import numpy as np \n",
127+
"import pandas as pd \n",
128+
"import matplotlib.pyplot as plt"
129+
]
130+
},
119131
{
120132
"cell_type": "markdown",
121133
"id": "ecbcf4f5-8909-48a2-8c40-346f7ea73e05",
@@ -696,7 +708,7 @@
696708
"name": "python",
697709
"nbconvert_exporter": "python",
698710
"pygments_lexer": "ipython3",
699-
"version": "3.12.3"
711+
"version": "3.13.3"
700712
}
701713
},
702714
"nbformat": 4,

0 commit comments

Comments
 (0)