July 2018
Intermediate to advanced
334 pages
8h 20m
English
Zeppelin is a web-based notebook that has the following features:
Zeppelin depends on Python 2.7 or above, but the Sandbox itself only supports Version 2.6. Therefore, we are going to have to replace 2.6 with 2.7. Before we go any further, let's check our Python version:

That's right! We need to get rid of Python 2.6 with Python 2.7 and bring the Notebook up to date.
The steps to accomplish this are summarized as follows:
Read now
Unlock full access