Add Colab button, fixes #346

This commit is contained in:
Aurélien Geron
2021-03-02 10:13:13 +13:00
parent 346dfe6d1e
commit b201196be1
7 changed files with 140 additions and 27 deletions

View File

@@ -6,9 +6,25 @@
"source": [
"**Tools - NumPy**\n",
"\n",
"*NumPy is the fundamental library for scientific computing with Python. NumPy is centered around a powerful N-dimensional array object, and it also contains useful linear algebra, Fourier transform, and random number functions.*\n",
"\n",
"# Creating arrays"
"*NumPy is the fundamental library for scientific computing with Python. NumPy is centered around a powerful N-dimensional array object, and it also contains useful linear algebra, Fourier transform, and random number functions.*"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/tools_numpy.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Creating Arrays"
]
},
{
@@ -2833,7 +2849,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.9"
},
"toc": {
"toc_cell": false,