-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Improve viewing large text output #209158
Comments
I encountered microsoft/vscode-jupyter#15639 but I believe it's due to my setup. Taking the verified label off for someone else to verify. |
I'm confused on how the feature works. for i in range(1000):
print(5 * i) I see the following behaviour: |
…to Scrollable text output context menu. (microsoft#216920) * Fix microsoft#209158. Add Copy Output and Open Output in Text Editor to Scrollable text output context menu. * Context menu should be triggered on container * fix naming
Should be fixed now. |
…to Scrollable text output context menu. (microsoft#216920) * Fix microsoft#209158. Add Copy Output and Open Output in Text Editor to Scrollable text output context menu. * Context menu should be triggered on container * fix naming
Type: Feature Request
While experimenting with LLMs in Jupyter notebook, I often need to validate the text output (custom prompt, documents retrivied, etc). I like the fact that it's rendered in a scrollabe output and I can search text in it. However in order to read through them line by line, I found myself repeatedly:
Before we have the scrollable output support, we render a command "open in text editor" in the output which can be really convinient, but I'm not sure I want to sacrifice scrollable output for it though.
VS Code version: Code - Insiders 1.88.0-insider (aa25485, 2024-03-28T22:10:25.599Z)
OS version: Windows_NT x64 10.0.22631
Modes:
The text was updated successfully, but these errors were encountered: