6.4 Summary
This chapter’s project covered the basics of creating and using a Jupyter Lab notebook for data inspection. This permits tremendous flexibility, something often required when looking at new data for the first time.
We also looked at adding doctest examples to functions and running the doctest tool in the last cell of a notebook. This lets us validate that the code in the notebook is very likely to work properly.
Now that we’ve got an initial inspection notebook, we can start to consider the specific kinds of data being acquired. In the next chapter, we’ll add features to this notebook.