|
14 | 14 |
|
15 | 15 | jupyterlite_dir = "." |
16 | 16 | jupyterlite_contents = [ |
17 | | - "../../examples/europe_110.geo.json", |
18 | | - "../../examples/bars.json", |
19 | | - "../../examples/demo.json", |
20 | | - "../../examples/US_Unemployment_Oct2012.csv", |
21 | | - "../../examples/US_Unemployment_Oct2012_with_NANS.csv", |
22 | | - "../../examples/us-states.json", |
23 | | - "../../examples/AntPath.ipynb", |
24 | | - "../../examples/AwesomeIcons.ipynb", |
25 | | - "../../examples/BaseMap.ipynb", |
26 | | - # "../../examples/CanvasRenderer.ipynb", # no python wheel for shapely |
27 | | - "../../examples/Choropleth.ipynb", |
28 | | - "../../examples/Choropleth_with_NANS.ipynb", |
29 | | - # "../../examples/CountriesGeoJSON.ipynb", # cannot access ./europe_110.geo.json |
30 | | - "../../examples/CustomProjections.ipynb", |
31 | | - "../../examples/CustomTMS.ipynb", |
32 | | - # "../../examples/CustomTileServer.ipynb", # Some problem with flask: 'DummyMod' object has no attribute 'startswith' |
33 | | - "../../examples/DrawControl.ipynb", |
34 | | - "../../examples/DropdownControl.ipynb", |
35 | | - "../../examples/Fullscreen.ipynb", |
36 | | - # "../../examples/GPX.ipynb", # error installing geopandas (missing wheel for pyproj) |
37 | | - # "../../examples/GeoData.ipynb", # error installing geopandas (missing wheel for pyproj) |
38 | | - # "../../examples/GeoData_on_hover.ipynb", # error installing geopandas (missing wheel for pyproj) |
39 | | - "../../examples/GeoJSON.ipynb", |
40 | | - # "../../examples/GeoJson_EU_on_hover.ipynb", # cannot load file europe_110.geo.json |
41 | | - "../../examples/Heatmap.ipynb", |
42 | | - # "../../examples/Image_slider.ipynb", # error installing rasterio |
43 | | - # "../../examples/KML.ipynb", # error installing geopandas |
44 | | - "../../examples/LayerGroup.ipynb", |
45 | | - "../../examples/LegendControl.ipynb", |
46 | | - "../../examples/MagnifyingGlass.ipynb", |
47 | | - "../../examples/MapContainer.ipynb", |
48 | | - "../../examples/MapCursorStyle.ipynb", |
49 | | - "../../examples/MapPanes.ipynb", # This works even though it also needs the europe_110.geo.json, so check example above again! |
50 | | - # "../../examples/MarkerCluster-GeoJson.ipynb", # error installing geopandas |
51 | | - # "../../examples/MarkerCluster.ipynb", #error install geopandas |
52 | | - # "../../examples/Max_zoom.ipynb", # test again - not sure if localtileserver package has problems |
53 | | - "../../examples/MeasureControl.ipynb", |
54 | | - # "../../examples/Numpy.ipynb", # error installing reasterio |
55 | | - "../../examples/Primitives.ipynb", |
56 | | - "../../examples/Radiation.ipynb", |
57 | | - "../../examples/ScaleControl.ipynb", |
58 | | - # "../../examples/SearchControl.ipynb", # error installing shapely. Looks like reading a file works if it is readonly (opened with "r") |
59 | | - "../../examples/Select-GeoJson.ipynb", |
60 | | - "../../examples/SplitMap.ipynb", |
61 | | - "../../examples/TileLayer-loading.ipynb", |
62 | | - "../../examples/Transform.ipynb", |
63 | | - "../../examples/VectorTiles.ipynb", |
64 | | - # "../../examples/Velocity.ipynb", # seems like issues with downloading wind-global.nc dataset? Takes a long time |
65 | | - # "../../examples/Video.ipynb", # error installing rasterio |
66 | | - # "../../examples/WKTLayer.ipynb", #error importing shapely |
67 | | - "../../examples/WMSLayer.ipynb", |
68 | | - # "../../examples/WealthOfNations.ipynb", # did not install bqplot widget as a federated extension? |
69 | | - "../../examples/WidgetControl.ipynb", |
| 17 | + "../examples/europe_110.geo.json", |
| 18 | + "../examples/bars.json", |
| 19 | + "../examples/demo.json", |
| 20 | + "../examples/US_Unemployment_Oct2012.csv", |
| 21 | + "../examples/US_Unemployment_Oct2012_with_NANS.csv", |
| 22 | + "../examples/us-states.json", |
| 23 | + "../examples/AntPath.ipynb", |
| 24 | + "../examples/AwesomeIcons.ipynb", |
| 25 | + "../examples/BaseMap.ipynb", |
| 26 | + # "../examples/CanvasRenderer.ipynb", # no python wheel for shapely |
| 27 | + "../examples/Choropleth.ipynb", |
| 28 | + "../examples/Choropleth_with_NANS.ipynb", |
| 29 | + # "../examples/CountriesGeoJSON.ipynb", # cannot access ./europe_110.geo.json |
| 30 | + "../examples/CustomProjections.ipynb", |
| 31 | + "../examples/CustomTMS.ipynb", |
| 32 | + # "../examples/CustomTileServer.ipynb", # Some problem with flask: 'DummyMod' object has no attribute 'startswith' |
| 33 | + "../examples/DrawControl.ipynb", |
| 34 | + "../examples/DropdownControl.ipynb", |
| 35 | + "../examples/Fullscreen.ipynb", |
| 36 | + # "../examples/GPX.ipynb", # error installing geopandas (missing wheel for pyproj) |
| 37 | + # "../examples/GeoData.ipynb", # error installing geopandas (missing wheel for pyproj) |
| 38 | + # "../examples/GeoData_on_hover.ipynb", # error installing geopandas (missing wheel for pyproj) |
| 39 | + "../examples/GeoJSON.ipynb", |
| 40 | + # "../examples/GeoJson_EU_on_hover.ipynb", # cannot load file europe_110.geo.json |
| 41 | + "../examples/Heatmap.ipynb", |
| 42 | + # "../examples/Image_slider.ipynb", # error installing rasterio |
| 43 | + # "../examples/KML.ipynb", # error installing geopandas |
| 44 | + "../examples/LayerGroup.ipynb", |
| 45 | + "../examples/LegendControl.ipynb", |
| 46 | + "../examples/MagnifyingGlass.ipynb", |
| 47 | + "../examples/MapContainer.ipynb", |
| 48 | + "../examples/MapCursorStyle.ipynb", |
| 49 | + "../examples/MapPanes.ipynb", # This works even though it also needs the europe_110.geo.json, so check example above again! |
| 50 | + # "../examples/MarkerCluster-GeoJson.ipynb", # error installing geopandas |
| 51 | + # "../examples/MarkerCluster.ipynb", #error install geopandas |
| 52 | + # "../examples/Max_zoom.ipynb", # test again - not sure if localtileserver package has problems |
| 53 | + "../examples/MeasureControl.ipynb", |
| 54 | + # "../examples/Numpy.ipynb", # error installing reasterio |
| 55 | + "../examples/Primitives.ipynb", |
| 56 | + "../examples/Radiation.ipynb", |
| 57 | + "../examples/ScaleControl.ipynb", |
| 58 | + # "../examples/SearchControl.ipynb", # error installing shapely. Looks like reading a file works if it is readonly (opened with "r") |
| 59 | + "../examples/Select-GeoJson.ipynb", |
| 60 | + "../examples/SplitMap.ipynb", |
| 61 | + "../examples/TileLayer-loading.ipynb", |
| 62 | + "../examples/Transform.ipynb", |
| 63 | + "../examples/VectorTiles.ipynb", |
| 64 | + # "../examples/Velocity.ipynb", # seems like issues with downloading wind-global.nc dataset? Takes a long time |
| 65 | + # "../examples/Video.ipynb", # error installing rasterio |
| 66 | + # "../examples/WKTLayer.ipynb", #error importing shapely |
| 67 | + "../examples/WMSLayer.ipynb", |
| 68 | + # "../examples/WealthOfNations.ipynb", # did not install bqplot widget as a federated extension? |
| 69 | + "../examples/WidgetControl.ipynb", |
70 | 70 | ] |
| 71 | +jupyterlite_silence = False |
71 | 72 |
|
72 | 73 | # Output file base name for HTML help builder. |
73 | 74 | html_theme = "pydata_sphinx_theme" |
|
0 commit comments