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?
Asked
Active
Viewed 1.4k times
6
-
2This might be useful https://gist.github.com/Kreijstal/fb277585c6b31a4d82bb95cb91caf4e8 – Rainb Jun 20 '20 at 16:01
-
^ doesn't work anymore. – Rainb Nov 26 '20 at 16:25
-
works again, https://github.com/jupyterlab/jupyterlab/issues/7873#issuecomment-747609102 – Rainb Dec 18 '20 at 08:36
1 Answers
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
-
3Thank 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