Paths and Parameters

From Widgets

  • dbutils.widgets.text("department_name", "")
  • department_name = dbutils.widgets.get("department_name")

From OS

  • notebookpath = os.path.dirname(os.path.realpath('file'))

Updated on August 12, 2025