0

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.

enter image description here

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?

GegznaV
  • 4,938
  • 4
  • 23
  • 43
  • This seems to involve the underlying architecture of jupyter. I checked the settings of jupyter and found no similar repair method. You can create problems in github and ask the developer for help. I created [anohter similar issue](https://github.com/microsoft/vscode-jupyter/issues/12705) to search for the way to modify css rule. – MingJie-MSFT Feb 01 '23 at 02:51
  • Does this answer your question? [How can I prevent output lines from wrapping in VS Code Jupyter Notebooks?](https://stackoverflow.com/questions/61925283/how-can-i-prevent-output-lines-from-wrapping-in-vs-code-jupyter-notebooks) – starball Jun 24 '23 at 03:07
  • [Please do not upload images of code/data/errors.](//meta.stackoverflow.com/q/285551) – David Makogon Jun 25 '23 at 02:28

0 Answers0