September 2025
Intermediate to advanced
344 pages
8h 54m
English
This chapter covers Jupyter Notebooks, an interactive alternative to scripts for writing and running Python code. We’ll discuss the basics of working with notebooks and will consider when it makes sense to use them rather than scripts. In the end, you’ll learn to use Jupyter Notebooks to improve the process of writing more exploratory and analytical code.
Python scripts work great as a canvas for writing and running code, but many times it helps to work out your ideas in an interactive environment. It can often be helpful to see immediate feedback from your code, see how it reacts to changing specific variables, ...
Read now
Unlock full access