Variable Explorer

(Need to be modified)

Check out the given Walk-through on the Variable explorer functionality.

The Variable explorer tab displays the Name column and Explore icon for all the variables that have been created and executed within the Notebook cells.

  • Navigate to the Notebook page.

  • Write and run code using the Code cell.

  • Open the Variable explorer tab.

  • The variables will be listed below under the Name column and there will be an Explore icon beside each variable name.

  • By hovering cursor on a variable, you can get mention of the name, type, and shape details of the selected variable.

  • Click the Explore icon.

  • The Preview Variable Details page opens.

  • Select a Variable from the displayed list.

  • Click the Preview icon provided for the selected Variable.

  • The Preview Variable Value page opens.

  • All the values of the selected Variable get displayed in a tabular format.

Last updated