ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

Variable Inspector not storing/displaying variables? #1503

Open jzhang1031 opened 4 years ago

jzhang1031 commented 4 years ago

I installed and enabled variable inspector but after running my jupyter notebook, some variables did not show up in the variable inspector window. Any idea why or how do I fixed this?

for example, after running the following cell, only 'sentence_list' showed up in the variable inspector window:

Screen Shot 2020-04-08 at 14 29 06