Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevejpurves/bug-thebe-ipympl
reproduces an issue using ipympl with thebe
https://github.com/stevejpurves/bug-thebe-ipympl
Last synced: about 1 month ago
JSON representation
reproduces an issue using ipympl with thebe
- Host: GitHub
- URL: https://github.com/stevejpurves/bug-thebe-ipympl
- Owner: stevejpurves
- Created: 2023-01-04T09:39:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T10:21:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T08:56:33.751Z (about 2 months ago)
- Language: CSS
- Size: 3.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bug-thebe-ipympl
A deployment of the thebe simple demo that reproduces the the following issues:
1. [resize handle not working](https://github.com/matplotlib/ipympl/issues/501)
- visit [ipywidgets](https://stevejpurves.github.io/bug-thebe-ipympl/ipywidgets.html)
- activate and wai on kernel
- run the first cell
- try the resize handle
2. multiple ipympl plots interferring with each other
- visit [ipywidgets](https://stevejpurves.github.io/bug-thebe-ipympl/ipywidgets.html)
- activate and wait on kernel
- run the first cell, check the sliders update the plot
- run the second cell, check the sliders update the plot
- go back the the first cell and adjust the sliders
- go back to the second cell and adjust the sliders, the canvas will be rendered as text
- go back to the first cell, the cell no loger updates
- re-running any cell will fix that plot
3. placing an ipympl plot in an output does not work as expected, and an inline image is displayed in its place. The same code works as expected in jupyterlab
- visit [ipywidgets](https://stevejpurves.github.io/bug-thebe-ipympl/ipywidgets.html)
- activate and wait on kernel
- run the second cell, check the sliders update the plot
- hover over the first figure - it is an image output
- hover over the second figure - it is a jupyter-matplotlib output
- adjust sliders, these work
- pick the line on the second figure, this works## Deployment
[https://stevejpurves.github.io/bug-thebe-ipympl](https://stevejpurves.github.io/bug-thebe-ipympl)