Switch to Pixi for development / CI and hatchling for build system #10149
Annotations
2 errors
Test Examples:
examples/reference/panes/IPyWidget.ipynb#L1
examples/reference/panes/IPyWidget.ipynb::Cell 5
Notebook cell execution failed
Cell 5: Cell execution caused an exception
Input:
from ipyleaflet import Map, VideoOverlay
m = Map(center=(25, -115), zoom=4)
video = VideoOverlay(
url="https://www.mapbox.com/bites/00188/patricia_nasa.webm",
bounds=((13, -130), (32, -100))
)
m.add(video);
pn.panel(m)
Traceback:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from ipyleaflet import Map, VideoOverlay
3 m = Map(center=(25, -115), zoom=4)
5 video = VideoOverlay(
6 url="https://www.mapbox.com/bites/00188/patricia_nasa.webm",
7 bounds=((13, -130), (32, -100))
8 )
ModuleNotFoundError: No module named 'ipyleaflet'
|
Test Examples
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading