Developing skills in Jupyter

I want to develop skills in Python, data pipelines, transformation, wrangling, and visualisation.

Jupyter is one of tools in the toolbox. I touched on it briefly in the past, but I had a different goal at the time, to learn Python.

I’m returning to Jupyter with a different goal, to learn how to use it for data work. I want to build solid skills with these tools.

Learning Jupyter

Create a square function which returns the square of a number:

To get a description of the function us a square? To call the function, use square(6) to return 36.