You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to install the Variable Inspector (version 3.0.9), and I also like having a console for my Python notebook that reflects all kernel activity. However, every time any code is run in the notebook or console, now that I have installed Variable Inspector, it automatically prints the output of jupyterlab_variableinspector_dict_list() in the console, which can be annoying when the variable list gets very long. How can this be suppressed (e.g. I want to make it similar to Spyder or RStudio, where you have a visual variables list, but it does not clog your console and print out all variables each time some code is run).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was able to install the Variable Inspector (version 3.0.9), and I also like having a console for my Python notebook that reflects all kernel activity. However, every time any code is run in the notebook or console, now that I have installed Variable Inspector, it automatically prints the output of
jupyterlab_variableinspector_dict_list()
in the console, which can be annoying when the variable list gets very long. How can this be suppressed (e.g. I want to make it similar to Spyder or RStudio, where you have a visual variables list, but it does not clog your console and print out all variables each time some code is run).Beta Was this translation helpful? Give feedback.
All reactions