colab wrap line

PHOTO EMBED

Thu Jan 20 2022 05:28:05 GMT+0000 (Coordinated Universal Time)

Saved by @aurora1625 #colab

from IPython.display import HTML, display

def set_css():
  display(HTML('''
  <style>
    pre {
        white-space: pre-wrap;
    }
  </style>
  '''))
get_ipython().events.register('pre_run_cell', set_css)
content_copyCOPY