Open starball5 opened 1 year ago
Does this issue occur when all extensions are disabled?: No, because I need the Jupyter extension to use the Notebook :P
Steps to Reproduce:
"notebook.output.wordWrap": true,
%lsmagic
It doesn't seem to be consistent for all Magics. For example, the %prun magic gets word wrap applied.
%prun
I noticed this because it was brought up in a comment to a Stack Overflow answer of mine.
it looks like we just don't apply the css class for json outputs.
Does this issue occur when all extensions are disabled?: No, because I need the Jupyter extension to use the Notebook :P
Steps to Reproduce:
"notebook.output.wordWrap": true,
in settings.json%lsmagic
It doesn't seem to be consistent for all Magics. For example, the
%prun
magic gets word wrap applied.I noticed this because it was brought up in a comment to a Stack Overflow answer of mine.