Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 429 Bytes

File metadata and controls

10 lines (6 loc) · 429 Bytes

Examples and tutorials

A collection of technical notebooks for data analysis.

Testing

pytest and nbval are used to validate that the notebooks are running without any errors: pytest --nbval-lax --current-env

--nbval-lax checks that the notebooks execute without errors. --curent-env is required to execute the notebooks using the active environment rather than the environment specified in each notebook cell.