I am trying to play around with Widget of dbutils. Post successful execution of code, neither widget is getting displayed or sometimes get displayed but not enabled to insert values.
Trying to run below code
dbutils.widgets.text(“filter_value”, “abc”,”xyz”)
print(dbutils.widgets.get(“filter_value”))
Widget did not get displayed or not enabled sometimes
New contributor
soft_ben10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.