6

How can I inspect variables within a Google's Colab notebook? I have tried adding the extension provided by this discussion (Variable Explorer in Jupyter Notebook) to access the variable explorer. Although it has installed successfully, I was not able to use the extension. Is there any other way to do this?

Rainb
  • 1,965
  • 11
  • 32
Marc Djandji
  • 97
  • 1
  • 1
  • 9

1 Answers1

5

You can install extensions, although widgets don't yet work presently.

The relevant GitHub issue is: https://github.com/googlecolab/colabtools/issues/60

My recommendation is to describe your use-case there to help prioritize.

Bob Smith
  • 36,107
  • 11
  • 98
  • 91
  • 3
    Thank you for the quick response! I am using google colab to develop a Machine Learning model but the data preprocessing becomes tedious on colab when the variable explorer is missing. – Marc Djandji Nov 27 '18 at 20:05