I use PySpark in VSCode ipynb
documents. The text lines in the cells output are wrapped and it is not possible to understand them correctly.
For code cell Alt+Z keybinding toggles between wrapped and non-wrapped modes but it does not work for code output.
In Jupyter Notebooks (in the browser) this trick works: https://stackoverflow.com/a/63476260/4783029 But in VSCode it does not.
Question:
How to get unwrapped output in VSCode cell output?
Is there any option or keybinding?