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
Might be a good idea to setup CI testing for example notebooks with nbmake:
Would require more optional deps to pyproject.toml (dash, jupyter-dash, nbmake, etc.)and runningpytest --nbmake examples/**/*.ipynb` in a GitHub workflow. Finally, we should check results for MPRester requests into the repo to not burden MP API.
The text was updated successfully, but these errors were encountered:
Might be a good idea to setup CI testing for example notebooks with
nbmake
:Would require more optional deps to
pyproject.toml
(dash
,jupyter-dash
,nbmake
, etc.)and running
pytest --nbmake examples/**/*.ipynb` in a GitHub workflow. Finally, we should check results for MPRester requests into the repo to not burden MP API.The text was updated successfully, but these errors were encountered: