Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFrame viewer keeps opening on top of the notebook #4689

Closed
rchiodo opened this issue Feb 6, 2021 · 4 comments
Closed

DataFrame viewer keeps opening on top of the notebook #4689

rchiodo opened this issue Feb 6, 2021 · 4 comments
Labels
papercut 🩸 Something affecting the productivity of the team

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Feb 6, 2021

  1. Run notebook that creates a data frame
  2. Write some code using the data frame
  3. Realize I want to view data frame and open it
  4. Move it to the side
  5. Repeat

Step 4 should only be necessary once. Why do I have to keep moving the viewer?

@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label Feb 6, 2021
@joyceerhl
Copy link
Contributor

Basically, remember the last editor group, or pick a better editor group, for the data viewer?

@rchiodo
Copy link
Contributor Author

rchiodo commented Feb 6, 2021

Remember I think.

@greazer greazer added papercut 🩸 Something affecting the productivity of the team and removed bug Issue identified by VS Code Team member as probable bug labels Feb 11, 2021
@joyceerhl
Copy link
Contributor

Implemented in #4805, moving to validate

@IanMatthewHuff
Copy link
Member

Validated. Looks good to me. Did the following:

  1. opened data viewer
  2. dragged to column 2
  3. closed data viewer
  4. reopened with a new dataframe
  5. it was opened in column 2 as expected.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
papercut 🩸 Something affecting the productivity of the team
Projects
None yet
Development

No branches or pull requests

4 participants