In this document, https://docs.databricks.com/aws/en/notebooks/notebook-format,
Jupyter (.ipynb) format is recommended.
> Select File from the workspace menu, select Notebook format, and choose the format you want. You can choose either Jupyter (.ipynb) (Recommended) or Source (.scala, .py, .sql, .r). The notebook’s current format is greyed out and has a checkmark next to it.
However, I prefer the .py format due to the simplicity it offers for code reviews.
What are the benefits or risks of using .ipynb compared to .py?