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
Reproduce the problem:
Opening multiple windows (i.e., the 'new window' option in panes), or double click to view nested objects in variable view.
One way of demostrating this is to create a dictionary of dataframes:
bar = {'foo': pd.DataFrame([[1,1,1],[2,2,2],[3,3,3]])}
Then on the variable view, double click the variable bar, then double click the dictionary key 'foo' to view the dataframe in a new window. This new window would be displayed underneath the already opened dictionary bar, instead of on the very 'top' layer.
Similar behaviours is seen when opening a new window when there was existing ones. i.e., when opening multiple editor windows, consoles, or opening this issue reporter.
Description
What steps will reproduce the problem?
Reproduce the problem:
Opening multiple windows (i.e., the 'new window' option in panes), or double click to view nested objects in variable view.
One way of demostrating this is to create a dictionary of dataframes:
bar = {'foo': pd.DataFrame([[1,1,1],[2,2,2],[3,3,3]])}
Then on the variable view, double click the variable bar, then double click the dictionary key 'foo' to view the dataframe in a new window. This new window would be displayed underneath the already opened dictionary bar, instead of on the very 'top' layer.
Similar behaviours is seen when opening a new window when there was existing ones. i.e., when opening multiple editor windows, consoles, or opening this issue reporter.
Unsure if this makes any sense,,
Version info:
Versions
Dependencies
The text was updated successfully, but these errors were encountered: