Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Variable Inspector in Google colab? [closed]

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?

like image 302
Marc Djandji Avatar asked Nov 27 '18 18:11

Marc Djandji


1 Answers

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.

like image 58
Bob Smith Avatar answered Oct 20 '22 11:10

Bob Smith