We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720a710 commit 71748c0Copy full SHA for 71748c0
1 file changed
_sources/homework/Homework_09.ipynb
@@ -47,32 +47,6 @@
47
"!pip install pyvirtualdisplay"
48
]
49
},
50
- {
51
- "cell_type": "code",
52
- "execution_count": 2,
53
- "id": "vU42XJfD7k5t",
54
- "metadata": {
55
- "colab": {
56
- "base_uri": "https://localhost:8080/"
57
- },
58
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
76
{
77
"cell_type": "code",
78
"execution_count": null,
0 commit comments