-
Notifications
You must be signed in to change notification settings - Fork 301
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
Display Jupyter Notebook output text and images in order #2676
Comments
@DleanJeans Thanks for the feedback. Can confirm that JupyterLab also does the same thing Colab does. |
Also missing support for printing with colors, and Do I open new issues or maybe one to track them all? |
There seems to be a separation between
|
@DleanJeans please open a new issue for the other two problems you found. Thanks. |
Validated. With print() and display(Image()) statements interleaved in a loop they now show up on the output in order. |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Sent here from microsoft/vscode#85311
Description
Copypasted
Let me succinctly describe this with code and outputs.
Example Code:
Google Colab:
VS Code:
Can we make it output like Google Colab?
I moved from Google Colab to use Jupyter on my local machine and it's kinda weird to see VS Code display texts and images in 2 different views (even with scrollbar). It's still readable with a few pairs but things get out of hands when it's a long list.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: