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 83df3d6 commit bddb057Copy full SHA for bddb057
ipyleaflet/leaflet.py
@@ -334,8 +334,9 @@ 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 "$ pip install xarray" to install the latest'
338
- 'version.'
+ 'not installed. Run "$ conda install -c conda-forge xarray dask'
+ 'netCDF4 bottleneck" or "$ pip install xarray" to install the '
339
+ 'latest version.'
340
)
341
342
_view_name = Unicode('LeafletVelocityView').tag(sync=True)
0 commit comments