How do I access to DLT advanced configuration from python notebook?

Chinu
Contributor

Hi Team, 
Im trying to get DLT Advanced Configuration value from the python dlt notebook. 

For example, I set "something": "some path" in Advanced configuration in DLT and I want to get the value from my dlt notebook. I tried "dbutils.widgets.get("something") in my notebook and triggered the pipeline but I got an error. 

How can I get the value?