I'd like to %run a list of notebooks from another Databricks notebook.my_notebooks = ["./setup", "./do_the_main_thing", "./check_results"]
for notebook in my_notebooks:
%run notebookThis doesn't work ofcourse. I don't want to use dbutils.notebook....