jupytext — Easy Playground
Edit Jupyter notebooks as plain Python or Markdown files
Getting started with jupytextRun locally
Install
pip install jupytextPython 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?