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
In the debugger panel, in the "VARIABLES" section, a lot of variables appears (its a big notebook). Sadly, the one I want starts with an s so it's under the floating line. Or I'd like to directly see a properties of a variable (e.g. df.shape[0]).
Proposed Solution
Add a Watch section in the debugger panel where user can add variable or expression to easily watch
Additional context
Exemple of how Firefox debugger presents it
The text was updated successfully, but these errors were encountered:
Problem
In the debugger panel, in the "VARIABLES" section, a lot of variables appears (its a big notebook). Sadly, the one I want starts with an
s
so it's under the floating line. Or I'd like to directly see a properties of a variable (e.g.df.shape[0]
).Proposed Solution
Watch
section in the debugger panel where user can add variable or expression to easily watchAdditional context
The text was updated successfully, but these errors were encountered: