tpemartin / 112-2-programming-for-economic-modeling

MIT License
0 stars 1 forks source link

In VScode Jupyter notebook, how to wrap output lines #16

Open tpemartin opened 11 months ago

tpemartin commented 11 months ago

In VSCode Jupyter Notebook, you can wrap output lines by adjusting the "Output: Wrap Long Lines" setting. Here's how you can do it:

  1. Open the VSCode settings by going to File > Preferences > Settings (or by pressing Ctrl + ,).
  2. In the search bar, type "Output: Wrap Long Lines" and select the corresponding setting.
  3. Check the box to enable line wrapping for output cells.

By enabling this setting, long lines in output cells will be automatically wrapped to fit within the visible area.