-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
IPython indentation issue #940
Comments
Can you verify you don't have the issue if you are not running IPython? If so that would suggest IPython is injecting the extra indentation. |
Yes, specifically ipython. Obviously something is up however as PyCharm can send code to iPython with no issue. Perhaps there should be a “send to iPython” command that correctly adjusts indentation? Getting this feature correct I believe is important to get the scientific computing (and perhaps also data science) community onboard with VSCode and Python. |
@Moretizzle
There is no such command in the extension.
|
Closing this issue has It has been over a month since we requested some information. |
When a Python terminal is open with IPython running, and you select a code block and select "execute in Python console", it adds additional tabs in the pasted text before executing and returns syntax error.
This happens on Mac, not sure about Windows.
The text was updated successfully, but these errors were encountered: