Jupyter notebooks used in UP42 Documentation hub.
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