# Add-Sub Python Model in Jupyter Notebook ## Overview The example presents a simple Add-Sub model which perform an addition and subtraction operations on passed input data and it also shows how to redefine inference callable and reload the model. Example consists of following scripts: - `add_sub.ipynb` - Jupyter Notebook file ## Quick Start The step-by-step guide: 1. Install PyTriton following the [installation instruction](../../README.md#installation) 2. In current terminal run jupyter notebook and open add_sub.ipynb file ```shell jupyter notebook ```