Vscode-jupyter: python.dataScience.textOutputLimit does not work

Created on 13 May 2020  路  5Comments  路  Source: microsoft/vscode-jupyter

This setting does not work. I get the message below. I have already set it to 0 but still the same message. I also increased max output size already.

Output was trimmed for performance reasons.
To see the full output set the setting "python.dataScience.textOutputLimit" to 0.
...

bug regression

All 5 comments

We should investigate.

I had the same issue. For me, this setting actually changes the behaviour, but the message persists even when the output is not actually truncated if the cell is marked so once.
I opened the notebook file in a different editor and manually removed outputPrepend tags, then the message went away. Maybe related to microsoft/vscode-python#11726.

Hi, how do you actually set the python.dataScience.textOutputLimit to 0 ?

I can't find where/how to do it, thanks.

@fabrizioschiano you can type that into your settings.json or use the settings UI in vscode to set it:
image

This issue should be fixed with commit https://github.com/microsoft/vscode-python/pull/11871

Was this page helpful?
0 / 5 - 0 ratings