You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a comparison with the same code run in vscode, which displays the expected output:
Additional Information
Operating System: 5.10.192-183.736.amzn2.x86_64 GNU/Linux on the server 6.1.0-13-amd64 GNU/Linux on the client
Theia Version: 1.43.1
Browser: Chromium version 119.0.6045.105
Python jupyter kernel: tested with 3.8, 3.11 and 3.12
This is a less trivial issue than it may appear: taking the above example of Keras model training, note that many thousands of these lines are printed throughout the model training and the cell attempts to render them all, to the point that the browser is slowed down and the notebook becomes unusable.
The text was updated successfully, but these errors were encountered:
@JonasHelming Seems to me like this should be treated as a separate thing to #13012.
@jonah-iden Can you take a look at this? I'm wondering whether vscode is doing preprocessing here, or whether the webview is doing something special that we don't support.
Bug Description:
Backspaces are rendered as printable rather than control characters in notebook output cells.
Here's an example, from the Keras curses-like model training progress reporting interface:
Steps to Reproduce:
Here's a comparison with the same code run in vscode, which displays the expected output:
Additional Information
5.10.192-183.736.amzn2.x86_64 GNU/Linux
on the server6.1.0-13-amd64 GNU/Linux
on the client1.43.1
119.0.6045.105
3.8
,3.11
and3.12
This is a less trivial issue than it may appear: taking the above example of Keras model training, note that many thousands of these lines are printed throughout the model training and the cell attempts to render them all, to the point that the browser is slowed down and the notebook becomes unusable.
The text was updated successfully, but these errors were encountered: