How do I programatically in python retriev the name of the current attached cluster in a DB notebook?

User16826987838
Databricks Employee
Databricks Employee
 

brickster_2018
Databricks Employee
Databricks Employee

Using cluster tags we can get the cluster name spark.conf.get("spark.databricks.clusterUsageTags.clusterName")