judithberner / climpred_CESM1_S2S

MIT License
3 stars 1 forks source link

Github commands and workarounds #2

Open judithberner opened 3 years ago

judithberner commented 3 years ago

Issue: Github can't load jupyterbooks. Error message: "Sorry, something went wrong. Reload?" Solution: type link into https://nbviewer.jupyter.org/

aaronspring commented 3 years ago

Sometimes I reload the page and then it works to load jupyter notebooks. nbviewer always works

Jupyterbook is different. This bundles jupyter notebooks into a full suite of documentation or book https://jupyterbook.org/start/overview.html

judithberner commented 3 years ago

Thanks for pointing this out!

judithberner commented 3 years ago

'pip install git+https://github.com/pangeo-data/climpred.git

aaronspring commented 3 years ago

Sorry. Didn't notify you. Reference forecasts climatology now in main. Also the new rps.

judithberner commented 3 years ago

Ahem. Need more help. So I pull your updates in "main" in my github branch. Do I also need to update climpred, or just after the next release?

aaronspring commented 3 years ago

if you just want to use climpred, do pip install climpred for the stable branch, now v2.1.3. for the most recent version, do pip install git+https://github.com/pangeo-data/climpred.git, which installs the main branch. now after the 2.1.3 release both versions are identical. to get previous behaviour, do pip install climpred=2.1.2