We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5162d4 commit 6e04017Copy full SHA for 6e04017
1 file changed
Homework01.ipynb
@@ -116,6 +116,18 @@
116
"\"\"\"))"
117
]
118
},
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
+ },
131
{
132
"cell_type": "markdown",
133
"id": "ecbcf4f5-8909-48a2-8c40-346f7ea73e05",
@@ -696,7 +708,7 @@
696
708
"name": "python",
697
709
"nbconvert_exporter": "python",
698
710
"pygments_lexer": "ipython3",
699
- "version": "3.12.3"
711
+ "version": "3.13.3"
700
712
}
701
713
702
714
"nbformat": 4,
0 commit comments