79326627

Date: 2025-01-03 13:48:06
Score: 0.5
Natty:
Report link

Instead of creating the widgets directly within Notebook2 rather define a function which you can call in Notebook1.

Notebook2

%python    
def create_widgets():
       dbutils.widgets.text("abc", "some value")

Notebook1

%run "./Notebook1"

%python create_widgets()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bastian