Hi I am very new to Databricks and wanted some guidance. I trying to pass in some parameters into a Databricks Notebook and I want it to do some simple computations. For example, pass in two parameters, x and y => return x + y as a response. I tried looking into it but couldn't find anything concrete.
Asked
Active
Viewed 1,297 times
0
-
how do you call the notebook? – Alex Ott Jul 18 '21 at 17:42
1 Answers
0
You may consider looking into Databricks widgets. Reference: https://docs.databricks.com/notebooks/widgets.html

Priyanshu
- 111
- 1
- 12
-
If this is what you were looking for, please mark the answer as accepted. – Priyanshu Jul 02 '21 at 10:36