You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the environment with all the packages that were used to run the NBs. This will involve the usual stack (Pyleoclim, Xarray, and dependencies), as well as whatever package is introduced in each notebook. This will be essential for #11
The text was updated successfully, but these errors were encountered:
In the current environment.yml file, Pyleoclim is pinned at 0.7.4. Do we want to change that?
My most recent notebook runs safely (with @matplotlib notebook instead of @matplotlib ipympl because we are currently running Jupyter notebook rather than Jupyter lab) once I install aiohttp, zarr, nc-time-axis. For what it's worth, it also automatically downloads coastlines from https://naturalearth.s3.amazonaws.com/110m_physical/ne_110m_coastline.zip, and while I'm not sure how to cache them, it seems like that would be an efficient step to take.
In general, we should strive to align this repo to the latest Pyleoclim release, whenever possible. It might no longer be possible when we have tons of NBs, and we should allow people to submit those workflows as "science snapshots" tied to a moment in time (and release).
We need to update the environment with all the packages that were used to run the NBs. This will involve the usual stack (Pyleoclim, Xarray, and dependencies), as well as whatever package is introduced in each notebook. This will be essential for #11
The text was updated successfully, but these errors were encountered: