In the previous chapter, we learned about Python. We also had a glance at how we can use Python in its REPL shell to write our code. This Python shell, however, is not the most recommended tool to use when it comes to massive machine learning programming. This is why we have developed applications like Jupyter Notebook, which aid in such programming requirements.
Jupyter Notebook is the brainchild of Project Jupyter, which is a non-profit organization founded by Fernando Pérez. It was created with the objective ...