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
jupyter notebook on binder requires manual pip install -e ../../. for some reason. It also requires pip install matplotlib xarray because these are optional dependencies
document minimal dependency versions and add mindeps pytest?
update contributing docs
fix python code coloring in embedded ipynb (it does succesfully color when generating docs locally)
docs: maybe move to myst-nb (extension myst_nb) instead of nbsphinx, this also removes the pandoc dependency but does generate quite some warnings during doc building
Todo:
pip install -e ../../.for some reason. It also requirespip install matplotlib xarraybecause these are optional dependenciesmyst-nb(extensionmyst_nb) instead ofnbsphinx, this also removes the pandoc dependency but does generate quite some warnings during doc building