jupytextEasy Playground

Edit Jupyter notebooks as plain Python or Markdown files

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

jupytext is a third-party package. Edit Jupyter notebooks as plain Python or Markdown files. Install with: pip install jupytext

Challenge

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