-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Feature Request: Support inline code execution similar to jupyter notebooks / hydrogen #10680
Comments
yes, to have support for this in the editor and/or debug console would be great. /cc @isidorn |
related #3220 |
@bigonazzi is the produced output read only? Or can it be somehow modified? |
@isidorn hydrogen output is read only, with shortcuts to copy it to clipboard. Output cells above a certain length show scrollbars with the option to show full content. |
@isidorn hydrogen requires ipython and then connects to it via zmq. I believe all the output is html. |
@bigonazzi, some of the ground work has started for this in the python extension. The initial release of the extension will display the results in a separate preview window, you can see some of the work here: Inline display of results will start after the next release of VS Code. |
@DonJayamanne awesome! Can't wait to play with it! :) |
closing this as a dup of #3220 |
I'm looking for something similar to the hydrogen package for atom, which allows you to execute parts of a script like a jupyter notebook does:
The text was updated successfully, but these errors were encountered: