style issue in ipyleaflet.readthedocs.io
See original GitHub issueThe following line in conf.py
which is used to embed ipyleaflet widgets in the documentation now links to some javascript which pushes more CSS to the style than we want (Ctrl+F “Helvetica” in the Javascript points to the faulty line):
app.add_javascript("https://unpkg.com/@jupyter-widgets/html-manager@*/dist/embed-amd.js")
Resulting documentation appearance is just ugly. Still searching for a workaround but fellow contributors may be faster than I am.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
jupyter-widgets extension CSS messes up Read the Docs theme
The problem appears in Firefox and Chromium. Pinging @SylvainCorlay because I'm using ipyleaflet as example, and @humitos from the Read the Docs ......
Read more >Basemaps — ipyleaflet documentation
If one map on this page is completely grey, please report it by opening an issue: https://github.com/jupyter-widgets/ipyleaflet/issues/new.
Read more >ipyleaflet
and issue 168 for details. ... styles. “” Comma-separated list of WMS styles format. “image/jpeg”. WMS image format (use 'image/png' for.
Read more >Ipyleaflet Example — Thebe documentation
Thebe can display output from ipyleaflet Jupyter widgets. This example is repurposed from the ipyleaflet documentation and is licensed under the MIT License ......
Read more >ipyleaflet: Interactive maps in the Jupyter notebook ...
ipyleaflet : Interactive maps in the Jupyter notebook#. Try it online#. You can try ipyleaflet directly in this documentation page thanks to JupyterLite!...
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
Thank you, I would appreciate a ping here if you notice the fix before I do.
I used your workaround, thanks! I will not close this issue though, until we find a proper fix. I guess this has to be fixed in ipywidgets, we’ll undo the workaround when it is fixed upstream