I've been trying to export some notebooks from my Databricks workspace to my laptop. I can't use Git Repos because the company restricted access to external services from the control plane.
However it looks to me that I always exported the previous revision of a notebook after I made some changes to it, not the latest one. I had to explicitly commit (or "Save") the changes so that they become the "previous" revision before I could see them in the exported file.
I'm not sure if I did anything wrong here or is it the design of how notebooks revision work?