-
Notifications
You must be signed in to change notification settings - Fork 307
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
Users can run code in the "Python Interactive" window #3886
Comments
This should allow somebody to type in a line (or more) code into the interactive window. |
@rchiodo if so, would it add the code typed in the interactive window to the corresponding |
No, code is not mirrored. It acts more like a terminal. The code you type into the terminal is not mirrored into your file. We're thinking of putting a button to move the code over (maybe add to bottom or something) |
It seems this will simulate a more Jupyterish experience. I also suggested a new feature that may improve data scientists' user experience with vscode here. |
The idea of the terminal input is to allow you enter code that you don't want to save. If you wanted to have it in your python file, you'd just type it there. |
That makes sense. If it acts like a terminal, one can only add new code after the last cell and cannot insert anything in between other output cells right? Btw, another thing worth specifying is whether those code will be include in the |
Yep. Just add at the end. So not like Jupyter, more like a terminal. We have an internal spec on this. I'm looking into if we can just post it here. |
The code will end up in the ipynb when you export. At least the way it's working right now. Not sure if that's desirable or not, but you can always delete those temp items before exporting. |
I've uploaded the internal spec. Final UI will look slightly different.
|
The text was updated successfully, but these errors were encountered: