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

Feature Request: Support inline code execution similar to jupyter notebooks / hydrogen #10680

Closed
dariobig opened this issue Aug 18, 2016 · 10 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues

Comments

@dariobig
Copy link

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:

68747470733a2f2f636c6f75642e67697468756275736572636f6e74656e742e636f6d2f6173736574732f31333238353830382f31343539383737382f31636666316233322d303535342d313165362d383138312d3530343330376361366235362e676966

@dariobig dariobig changed the title Support inline code execution similar to jupyter notebooks / hydrogen Feature Request: Support inline code execution similar to jupyter notebooks / hydrogen Aug 19, 2016
@alexdima alexdima added feature-request Request for new features or functionality tasks Task system issues workbench labels Aug 19, 2016
@alexdima
Copy link
Member

fyi @dbaeumer @bpasero @weinand

@alexdima alexdima added this to the Backlog milestone Aug 19, 2016
@weinand
Copy link
Contributor

weinand commented Aug 19, 2016

yes, to have support for this in the editor and/or debug console would be great.

/cc @isidorn

@egamma
Copy link
Member

egamma commented Aug 22, 2016

related #3220

@isidorn
Copy link
Contributor

isidorn commented Sep 5, 2016

@bigonazzi is the produced output read only? Or can it be somehow modified?

@dariobig
Copy link
Author

dariobig commented Sep 6, 2016

@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.

@dariobig
Copy link
Author

dariobig commented Sep 6, 2016

@isidorn hydrogen requires ipython and then connects to it via zmq. I believe all the output is html.

@egamma
Copy link
Member

egamma commented Oct 3, 2016

fyi @DonJayamanne @jrieken

@DonJayamanne
Copy link
Contributor

@bigonazzi, some of the ground work has started for this in the python extension.
This will be available very soon, possibly this week (as soon as the next version of VS Code is released).

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.

@dariobig
Copy link
Author

dariobig commented Oct 3, 2016

@DonJayamanne awesome! Can't wait to play with it! :)

@jrieken
Copy link
Member

jrieken commented Oct 4, 2016

closing this as a dup of #3220

@jrieken jrieken closed this as completed Oct 4, 2016
@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 4, 2016
@dbaeumer dbaeumer removed this from the Backlog milestone Nov 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

8 participants