jupyterEasy Playground

Interactive computing: notebooks, kernels, widgets

Getting started with jupyterRun locally
Install
pip install jupyter
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: jupyter)

jupyter is a third-party package. Interactive computing: notebooks, kernels, widgets. Install with: pip install jupyter

Challenge

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