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

SciView like pycharm #10559

Closed
adrift00 opened this issue Mar 13, 2020 · 5 comments
Closed

SciView like pycharm #10559

adrift00 opened this issue Mar 13, 2020 · 5 comments
Labels
area-debugging feature-request Request for new features or functionality

Comments

@adrift00
Copy link

The pycharm has scientific mode, and we can use the SciView to visualize the numpy array easily. Is there any plan to sopport the feature?
image

@adrift00 adrift00 added triage-needed Needs assignment to the proper sub-team feature-request Request for new features or functionality labels Mar 13, 2020
@jmew
Copy link

jmew commented Mar 13, 2020

This feature actually exists already in our Jupyter Notebooks editor :)

You can access it by going to the variable explorer, and then clicking on the "Data Viewer" icon on the right

image

image

@jmew jmew added data science and removed triage-needed Needs assignment to the proper sub-team labels Mar 13, 2020
@adrift00
Copy link
Author

This feature actually exists already in our Jupyter Notebooks editor :)

You can access it by going to the variable explorer, and then clicking on the "Data Viewer" icon on the right

image

image

But the data view can only be used in jupyter notebook for the .ipynb file? If I debug a .py file, I can't find the data view for the variables.

@jmew
Copy link

jmew commented Mar 16, 2020

You can also view it from a .py file in our Interactive Window. This can be accessed if you have a .py file and add the annotation #%% https://code.visualstudio.com/docs/python/jupyter-support-py.

Currently it's not available in the debugger but it is something we can consider adding in the future.

@jmew jmew removed the data science label Mar 16, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Mar 16, 2020
@jmew jmew added area-debugging and removed triage-needed Needs assignment to the proper sub-team labels Mar 16, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Mar 16, 2020
@DonJayamanne
Copy link

@jmew
Copy link

jmew commented Mar 16, 2020

@DonJayamanne yeah looks like it is, thanks for brining it up! Ill close this as a dup of #7063

@jmew jmew closed this as completed Mar 16, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Mar 16, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants