daniel_sahal
Databricks MVP

@shanebo425 
You can add your widgets to the code, ex:

dbutils.widgets.text("test", "")
dbutils.widgets.get("test")

 Remember that the cell with widget needs to be run in order for widgets to be actually visible in a notebook.