-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Current support for data scientists is not enough #39492
Comments
@deerainw |
Please look at spyder -- especially its Variable Explorer: Please also look at RStudio. "Data people" there are begging them to also support Python: |
@kumueric . I couldn't agree more. PyCharm has some support for variable explorer and pandas data frames. This is a must for data modeling in Python. |
Integrated console (with intellisense) and ability to display graphs and tables would be extremely helpful to Python and R users |
@MikhailArkhipov the terminal is built using xterm.js, and looks like there's no immediate plan to support this (xtermjs/xterm.js#614 (comment)). Hopefully this will change. |
@omri374 is there any status on a PyCharm-like explorer window for pandas? Would be great to have a colorful and scrollable DataFrame object. |
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
I'm a data modeler and I have been using Rstudio,MATLAB and Spyder for years, I've already attempted to use jupyter notebook, but i can't even create a project with notebook, then i started programming in text editor like sublime,Atom and vscode, and finally I was attracted by vscode.
I can open a new window for jupyter qtconsole from the terminal in vscode, but I wish I can use qtconsole in vscode rather than open a new window. Of course I can start original ipython in vscode, but ipython will open a new window for image when I plot function curves.
vscode is a brilliant text editor, and it will be more powerful for data scientists with a qtconsole in vscode.
The text was updated successfully, but these errors were encountered: