Jupyter NotebookEasy Playground

Web-based interactive computing: mix code, output, markdown, and visualizations in cells

What is Jupyter Notebook?Run locally
Install
pip install notebook
Python CodeRun locally

Jupyter Notebook is part of the Python ecosystem. Web-based interactive computing: mix code, output, markdown, and visualizations in cells.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?