How to pragmatically "clear state & cell outputs" in a Databricks notebook?

arda_123
New Contributor III

I am building a dashboard and at the end of I am using a widget to reset it. At that time I want all the outputs to be removed. Is there a way to do this in python?

Hubert-Dudek
Databricks MVP

My blog: https://databrickster.medium.com/

View solution in original post

Thanks @Hubert Dudek​ 

I need to create the dashboard in Notebooks the requirement is as such. Is it to possible to "clear state and cell outputs" using python code in the notebook itself? or even "detach and re-attach cluster" from the notebook using python