1

Introduction to Notebooks

All animals are equal, but some animals are more equal than others.

George Orwell

In This Chapter

This chapter introduces Google Colab’s Jupyter notebook environment, which is a great way for a beginner to get started in scientific Python development. This chapter begins by looking at traditional ways of running Python code.

Running Python Statements

Historically, Python was invoked either in an interactive Python shell or by supplying text files to the interpreter. If you have Python installed ...

Get Foundational Python for Data Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.