September 2019
Intermediate to advanced
420 pages
10h 29m
English
Before we can get our hands on NumPy, we need to open an IPython shell or start a Jupyter Notebook:
$ cd Desktop/OpenCV-ML
$ source activate OpenCV-ML # Mac OS X / Linux $ activate OpenCV-ML # Windows
$ ipython # for an IPython session $ jupyter notebook # for a Jupyter session
If you chose to start an IPython session, the program should have greeted you with a welcome message like the following:
$ ipythonPython 3.6.0 | packaged by conda-forge | (default, Feb 9 2017, 14:36:55) Type 'copyright', ...
Read now
Unlock full access