3. Notebooks

Note

This Chapter Notebooks is for beginner. If you have alreay know Nteract, Zeppelin and Python, you may skip this chapter.

If you are a Data Scientist, it’s not enough to just know Jupyter Notebook. You should also take a look at nbviewer, Nteract and Zeppelin notebooks.

3.1. Nteract

Nteract is an amazing .ipynb reader. You can open and run the .ipynb by just double clicking the .ipynb file.

Download from: https://nteract.io/

_images/nteract.png

3.2. Jupyter Notebook Viewer

If you are a MAC user, you can also install the Jupyter Notebook Viewer –nbviewer-app which is much faster than Nteract.

Download from: https://github.com/tuxu/nbviewer-app

_images/nbviewer.png

3.3. Apache Zeppelin

The Zeppelin (Apache Zeppelin) is an open-source Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with Python, PySpark, SQL, Scala and more.

Download from: https://zeppelin.apache.org/

_images/zep.png

3.4. Jupyter Notebook

The Jupyter Notebook (Ipython Notebook) is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

_images/ipynb.png