We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddb057 commit f09595eCopy full SHA for f09595e
ipyleaflet/leaflet.py
@@ -334,9 +334,7 @@ class Velocity(Layer):
334
except ModuleNotFoundError:
335
raise ImportError(
336
'The `xarray` module (required for use of the Velocity layer) is'
337
- 'not installed. Run "$ conda install -c conda-forge xarray dask'
338
- 'netCDF4 bottleneck" or "$ pip install xarray" to install the '
339
- 'latest version.'
+ 'not installed.'
340
)
341
342
_view_name = Unicode('LeafletVelocityView').tag(sync=True)
0 commit comments