In order to get some inputs from user we will require widgets in our Azure Databricks notebook.
This blog helps you to create a text based widget in your python notebook.
This blog helps you to create a text based widget in your python notebook.
Syntax
dbutils.widgets.text(<WidgetID>,<DefaultValue>,<DisplayName>)
Lets see the result of above widget in Notebook.
Oh yeah....our widget got created.
Now lets enter some inputs in the widget.
Now lets enter some inputs in the widget.
Now if you check, the code block has already executed and displayed your entered widget value.
You are done.
Go ahead and create one 😊