Variable viewer
note
You cannot use the tool if you have view access to the notebook.
note
The variable viewer works differently with different modes:
Jupyter mode: global variables are shown. Variables deleted from the code remain in the variable viewer until the next kernel restart or their explicit deletion (with the
del
keyword).Reactive mode: cell scope variables are shown. Variables deleted from the code are not shown after the next recalculation.
Thanks for your feedback!
Was this page helpful?