I am trying to create a notebook inside another notebook , the created notebook should contain both python code and sql code (using % sql ,% python ) .I need to run the created notebook from the parent notebook once it is created .Can anyone suggest a better way to do this .
I found something like dbutils.notebook.run() -which will help me to run the already existing notebook , but seeking a method to create a notebook first and run it later .Any suggestion is appreciable!!