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
Right now the VariableView is keyed to having an active notebook context. And it's keyed to being unavailable without one. This leads to some UI annoyance with it. Take the following scenario.
Open a notebook A
Execute it
Open the variable panel
Open the data viewer (or move to a native notebook that has not been executed yet)
Move back to notebook A in the editor
The variable view is still available and has the right info. But since we moved to a context that hid it, it's not open by default when you move back to the document.
I think there is an easy fix here. Instead of enablement of the view when there is an active notebook running, it should just be enabled when there is a native notebook editor (with or without an active notebook / kernel) open at all in the editor.
The text was updated successfully, but these errors were encountered:
Validated. Opened a blank notebook, created some variables, opened the data viewer and verified that the variable view stayed open, opened another blank notebook, created some variables, verified that variable view updated to match the active notebook, switched back to the first blank notebook, verified that variable view updated, and verified that the variable view only went away after closing all notebooks.
Right now the VariableView is keyed to having an active notebook context. And it's keyed to being unavailable without one. This leads to some UI annoyance with it. Take the following scenario.
Open a notebook A
Execute it
Open the variable panel
Open the data viewer (or move to a native notebook that has not been executed yet)
Move back to notebook A in the editor
The variable view is still available and has the right info. But since we moved to a context that hid it, it's not open by default when you move back to the document.
I think there is an easy fix here. Instead of enablement of the view when there is an active notebook running, it should just be enabled when there is a native notebook editor (with or without an active notebook / kernel) open at all in the editor.
The text was updated successfully, but these errors were encountered: