How to create widgets in one notebook by calling from another notebook

Viewed 36

How to create the widgets in databricks notebook1 by specifying the widgets in Notebook2. I have a requirement like I'm specifying all the code and dbutils widgets in Notebook2. when I call Notebook2 from Notebook1 , all commands are executing while widgets are not getting created in Notebook1. How to achieve this scenario?

0 Answers
Related