Can anyone suggest the syntax to import multiple notebooks using %run command in Databricks?
Right now, am importing through seperate run commands for every notebook like below: %run ./Notebook1 %run ./Notebook2 %run ./Notebook3
I would like to know the syntax to do the import of all the notebooks in single run command