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.

ipympl buttons not properly rendered

See original GitHub issue

Description

When displaying a matplitlib figure using ipympl, the buttons are not properly rendered: image

Reproduce

Open and execute this notebook.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jtpiocommented, Mar 14, 2022

Thanks @davidbrochart for reporting.

A quick check in the dev tools console indicates this is an issue with font awesome:

image

downloadable font: rejected by sanitizer (font-family: "Font Awesome 5 Free" style:normal weight:400 stretch:100 src index:1) source: https://jupyterlite.readthedocs.io/en/latest/_static/build/fa-regular-400.woff2
0reactions
bollwyvlcommented, Mar 16, 2022

Yep, between #554 and hacking more upstream rules to be asset/resource, things are much better:

Screenshot from 2022-03-15 19-49-37

Read more comments on GitHub >

github_iconTop Results From Across the Web

jupyterlab interactive plot - Stack Overflow
Module jupyter-matplotlib, semver range ^0.8.3 is not registered as a widget module. Once I made the packages/extensions according to ipympl ...
Read more >
Matplotlib display problems in Jupyter | by Paddy Harrison
Consider the following I am running through a conda Python kernel, and notice how there is no displayed plot, despite the fact I...
Read more >
Releases — Panel v0.14.2a6
Ensure Tabulator expanded rows are sized correctly after re-render (#3507). Make CodeHandler robust to document that has been destroyed (#3510). Do not sync ......
Read more >
Comprehensive Example — ipympl - Matplotlib
Here we will end up with the figure being displayed twice. The button won't do anything it just placed as an example of...
Read more >
And Voilà!. … from Jupyter notebooks to standalone…
But interactive notebooks are not the best communication tool for all ... Together with ipympl, Voilà is actually a simple means to render...
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