vscode-pyolite icon indicating copy to clipboard operation
vscode-pyolite copied to clipboard

Large output in cells is converted to JSON blob.

Open dynamicwebpaige opened this issue 4 years ago • 1 comments

Expected behavior: Large output from a cell would still be scrollable within that cell; or, as a stop-gap, when clicking the show more (open the raw output data in the text editor)... option (see below) the cell's output would be shown, appropriately formatted, in a new tab.

Screen Shot 2021-11-07 at 9 36 57 AM

Experienced behavior: Large cell output is not scrollable. When selecting the show more... link, a new tab is opened, and cell outputs are shown as a JSON blob: image

Link to reproduce: https://github.dev/dynamicwebpaige/nanowrimo-2021/blob/main/6_Pandas_explorations_on_DataFrames.ipynb

dynamicwebpaige avatar Nov 07 '21 17:11 dynamicwebpaige