Commit Graph

18 Commits (37df539ab1718460e2d81f07634dc95666ee2456)

Author SHA1 Message Date
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Aurélien Geron 974c4fe858 Add 'Open in Kaggle' button 2021-05-26 07:31:19 +12:00
Aurélien Geron b2d197711f Change np.fromfunction() example and fix typo in explanation, fixes #403 2021-03-10 08:30:14 +13:00
Aurélien Geron b201196be1 Add Colab button, fixes #346 2021-03-02 10:13:13 +13:00
Richaldo Elias fd54bc6e8c Update tools_numpy.ipynb
To create an ndarray using NumPy's `arange` function, which is similar to python's built-in `range` function
2020-07-25 18:42:30 +02:00
Aurélien Geron cdfad2d003 Link to matrix multiplication and Hadarmard product 2020-04-24 16:54:38 +12:00
Aurélien Geron 8fb49ea7e0 plt.hist() normed renamed to density 2020-04-24 16:49:42 +12:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12:00
Aurélien Geron f6dfa0ff76 Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
Vladimir Tikhonov b399190846 Fix small typo in numpy notebook 2018-03-24 17:34:38 +03:00
Aurélien Geron 8370cafbb7 Remove one level of headers 2016-03-03 18:40:31 +01:00
Aurélien Geron bd11e52242 Small tweak to the NumPy tutorial 2016-02-20 21:47:44 +01:00
Aurélien Geron da0fc99dec Remove tons of unecessary print() calls 2016-02-19 15:29:24 +01:00
Aurélien Geron d191442ff7 Fix a few remaining python 2/3 glitches 2016-02-19 13:24:08 +01:00
Aurélien Geron 1d9aa457d3 Revert notebooks back to python 2 so they can work on both python 2 and 3 2016-02-19 12:42:03 +01:00
Aurélien Geron 793c3a2574 Make notebooks compatible with both python 2 and python 3 2016-02-19 12:22:42 +01:00
Aurélien Geron a09e15ffca Finished the numpy tutorial 2016-02-18 22:00:33 +01:00
Aurélien Geron 821c3c5b7d Added (unfinished) NumPy tutorial. 2016-02-18 00:09:50 +01:00