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
Inspector collapse/expand state is maintained on the top level, but not when those inspectors are nested. Ideally we can maintain as much expanded/collapsed state as possible: clearest way to do this would be to maintain a list of expanded keypaths, and expand them when there's new output.
The text was updated successfully, but these errors were encountered:
As it stands currently, it’s difficult to see the results of the transform interactively because every time you re-evaluate it collapses back to a single level.
I wonder if, related to this, we want a way to expand an entire level? Like option-click in the finder, but of course we don’t want to open every folder recursively forever, since that could hang. Maybe option-click would expand or collapse everything at the same level in the inspector?
From observablehq/notebook#201:
The text was updated successfully, but these errors were encountered: