-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment file for binderized examples #3563
Comments
Awesome @dcherian ! I like the approach of defining a binder environment then pulling the examples directory into the binder session with nbgitpuller. There are options for where to store the binder environment config (1) master branch .binder, 2) a new branch called 'binder', or 3) even a separate repo... maybe pydata/xarray-binder-env - see https://github.com/scottyhq/repo2docker-githubci ? |
Not in reference to this exact issue, but the binder functionality is really awesome! Well done! |
You're probably already aware, but https://examples.dask.org and https://github.com/dask/dask-examples might be a nice model to look at. |
Thanks all. Now we just need some one to volunteer to do this :) |
Our examples now have binder links! e.g. https://xarray.pydata.org/en/latest/examples/ERA5-GRIB-example.html
but this is suboptimal because we aren't defining an environment so the only things that get installed are the packages that xarray requires : numpy & pandas. We need to at least add cfgrid, matplotlib, cftime, netCDF4 to get all the examples to work out of the box.
The text was updated successfully, but these errors were encountered: