Is there a way to achieve word wrap in Python sessions? If I have a very long line (e.g., containing directory location), the line goes outside the page as shown below:
Is there a way to get ‘word wrap’ in Python sessions so that rather than the line getting outside of the page, it automatically moves the text to a new line when it reaches the end of line/end of margin?