Skip to content

Commit 71748c0

Browse files
committed
Remove Version Test of Numpy in HW09
1 parent 720a710 commit 71748c0

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

_sources/homework/Homework_09.ipynb

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,6 @@
4747
"!pip install pyvirtualdisplay"
4848
]
4949
},
50-
{
51-
"cell_type": "code",
52-
"execution_count": 2,
53-
"id": "vU42XJfD7k5t",
54-
"metadata": {
55-
"colab": {
56-
"base_uri": "https://localhost:8080/"
57-
},
58-
"id": "vU42XJfD7k5t",
59-
"outputId": "b578e721-7123-4542-9dc8-5fbdb6749714"
60-
},
61-
"outputs": [
62-
{
63-
"name": "stdout",
64-
"output_type": "stream",
65-
"text": [
66-
"2.0.2\n"
67-
]
68-
}
69-
],
70-
"source": [
71-
"#print the version of numpy\n",
72-
"import numpy as np\n",
73-
"print(np.__version__)\n"
74-
]
75-
},
7650
{
7751
"cell_type": "code",
7852
"execution_count": null,

0 commit comments

Comments
 (0)