Hacker News new | ask | show | jobs
by timdumol 2600 days ago
There is a JupyterLab extension for that: https://github.com/lckr/jupyterlab-variableInspector
1 comments

Does it work with variables that are local to a function? I don't mean inspecting global variables after having executed a cell, but local variables in the middle of a function execution.