No renderer could be found for MIME type
See original GitHub issueEnvironment 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:
- Code Cell:
2
- Run Cell
- Output: No renderer could be found for MIME type: 2
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
XXX
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Verified fixed for me on my notebooks! Thank you very much for the quick fix ❤️
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.