Skip to content

Commit 44ebec4

Browse files
authored
Merge pull request #38 from ICESat2-SlideRule/widgets
api widgets notebook with map
2 parents 0c532e2 + 1be3cb0 commit 44ebec4

File tree

3 files changed

+144
-130
lines changed

3 files changed

+144
-130
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN pip3 install --no-cache-dir --no-binary=cartopy \
2222
geopandas \
2323
ipykernel \
2424
ipywidgets \
25+
ipyleaflet \
2526
matplotlib \
2627
numpy \
2728
pandas \

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cartopy
99
- ipykernel
1010
- ipywidgets
11+
- ipyleaflet
1112
- matplotlib
1213
- numpy
1314
- pandas

examples/api_widgets_demo.ipynb

Lines changed: 142 additions & 130 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)