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
Thanks for the report on this. I can see an issue here as well, though I'm seeing a slightly more concerning error message (might just be our dev build). We'll look into it:
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
pip install nteract-scrapbook
Actual behavior
Note the warning messages for the unrecognized mime type
"The Mime type unknown is not currently supported."
Expected behavior
Silently skip rendering
application/scrapbook.scrap.{encoder}+json
as it doesn't need a rendering. And example output would be:In the future there may be extra prefixes to the mimetypes like
application/scrapbook.scrap.{future_prefixes_here}.{encoder}+json
See: nteract/scrapbook#69
Your Jupyter and/or Python environment
Please provide as much info as you readily know
Developer Tools Console Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: