When I use VSCode interactive Python, sometimes I get this message:
Output exceeds the size limit. Open the full output data in a text editor
This has links to settings and the text editor. However, the text editor, my usual option, is littered with unicode symbols that are not being rendered and is completely unreadable (it should be showing the traceback for an error).
Meanwhile, the settings do not contain a Max Output Size for Jupyter, which was suggested in this post: VS Code and Jupyter Notebook - how to open large output in text editor?
What can I do to get the traceback displayed in full?