cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Variable explorer in Databricks With Databricks Runtime 12.1 and above, you can directly observe current Python variables in the notebook UI.To open t...

Ajay-Pandey
Esteemed Contributor III

Variable explorer in Databricks

With Databricks Runtime 12.1 and above, you can directly observe current Python variables in the notebook UI.

To open the variable explorer, click in the right sidebar. The variable explorer opens, showing the value and data type, including shape, for each variable that is currently defined in the notebook.

To filter the display, enter text into the search box. The list is automatically filtered as you type.

image 

Untitled 

1 REPLY 1

jose_gonzalez
Moderator
Moderator

Thank you for sharing