Skip to content

Commit 8af9f28

Browse files
committed
Remove debug_output
1 parent 6c06331 commit 8af9f28

File tree

3 files changed

+269
-285
lines changed

3 files changed

+269
-285
lines changed

binder/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- xarray_leaflet
1212
- pip
1313
- pip:
14-
- ipyurl
14+
- ipyurl=0.1.2

examples/introduction.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"import rioxarray\n",
3232
"import xarray_leaflet\n",
3333
"from ipyleaflet import Map, basemaps, LayersControl, WidgetControl\n",
34-
"from ipywidgets import FloatSlider\n",
35-
"from ipyurl import Url\n",
34+
"from ipywidgets import FloatSlider, Output\n",
3635
"import matplotlib.pyplot as plt"
3736
]
3837
},
@@ -149,7 +148,7 @@
149148
},
150149
"outputs": [],
151150
"source": [
152-
"l = da.leaflet.plot(m, colormap=plt.cm.terrain)\n",
151+
"l = da.leaflet.plot(m, colormap=plt.cm.terrain)#, debug_output=output)\n",
153152
"# l.interact(opacity=(0., 1.))"
154153
]
155154
},

0 commit comments

Comments
 (0)