Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 418 Bytes

File metadata and controls

12 lines (8 loc) · 418 Bytes

documentation-notebooks

Jupyter notebooks used in UP42 Documentation hub.

File linting

This repository uses pre-commit to lint code blocks in notebooks. Run the following commands to install the pre-commit hooks before submitting changes.

python -m pip install pre-commit # Install pre-commit
pre-commit install # Install the pre-commit hooks