June 2018
Intermediate to advanced
276 pages
6h 26m
English
The Jupyter Notebook is an open source web application used to create and share coding documents. I highly recommend it, especially for novice data scientists, for many reasons. It will give you the ability to code and visualize output directly. It is great for discovering and playing with data; exploring data is an important step to building machine learning models.
Jupyter's official website is http://jupyter.org/:

To install it using pip, simply type the following:
python -m pip install --upgrade pippython -m pip install jupyter
Read now
Unlock full access