question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No renderer could be found for MIME type

See original GitHub issue

Environment data

  • VS Code version: 1.57.0
  • Jupyter Extension version: 2021.6.870847776
  • Python Extension version: 2021.6.821261989-dev
  • OS and version: Windows 10 v20H2
  • Python and Anaconda version: python 3.8.5, conda 4.10.1
  • Type of virtual environment used: conda
  • Jupyter server running: Local

Expected behaviour

Correctly render an integer literal e.g. 2 … first discovered on a numpy array but then found it to fail on int literals

Actual behaviour

Unable to render code cell output and returns No renderer could be found for MIME type: 2

Steps to reproduce:

  1. Code Cell: 2
  2. Run Cell
  3. Output: No renderer could be found for MIME type: 2

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jeangacommented, May 26, 2021

Verified fixed for me on my notebooks! Thank you very much for the quick fix ❤️

1reaction
DonJayamannecommented, May 26, 2021

Hi everyone, I’m sorry about this isue, we’ve identifeied the cause, we’ll be pushing a fix within the next 30 minutes or so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plotly No renderer could be found for mimetype "application ...
this code leads to No renderer could be found for mimetype "application/vnd.plotly.v1+json", but one might be available on the Marketplace.
Read more >
Plotly: No renderer could be found for mimetype "application ...
Second error is the one I am getting now: No renderer could be found for mimetype "application/vnd.plotly.v1+json", but one might be available ...
Read more >
Error running plotly.offline.iplot - Plotly Community Forum
Hi, I run the following code in notebook, and the output is “No renderer could be found for output. It has the following...
Read more >
Mime Renderer Extensions — IPython 8.7.0 documentation
Registering new mimetype handlers can so far only be done by extensions and requires 4 steps: Define a callable that takes 2 parameters:...
Read more >
Custom mimetypes (MIME types) - Jupyter Documentation
A mimetype, also referred to as MIME type, identifies how the content that is being returned should be handled or used, based on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found