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
You don't necessarily have to test all mimetypes but following features are good ones to validate
Find in Outputs work (e.g., find in output works for text output print(1)). Some guidance on how to test find in output Test notebook hybrid find widget #141346
Error output are colorized properly
withError
Large output won't block the UI
foriinrange(0, 10000):
print(i)
The text was updated successfully, but these errors were encountered:
Refs: #142429
Complexity: 4
Create Issue
We moved following mimetypes into the builtin notebook renderer extension
To test the new renderer, yon can
You don't necessarily have to test all mimetypes but following features are good ones to validate
print(1)
). Some guidance on how to test find in output Test notebook hybrid find widget #141346The text was updated successfully, but these errors were encountered: