@@ -22,11 +22,11 @@ Support Python >= 3.8, using pip
pip install adi-notebook==0.0.2a4
```
> **_NOTE:_** The package is still in active development, please include the version number "0.0.2a4" for reproducibility.
> **_NOTE:_** The package is still in active development, please include the version number "0.0.2a5" for reproducibility.
## Explore the package
New to adi-notebook? We recommend you start with the notebook [Introducing_adi_notebook.ipynb](examples/Introducing_adi_notebook.ipynb).
New to adi-notebook? We recommend you start with the notebook [Introducing_AdiRunner_1_quick-start.ipynb](examples/Introducing_AdiRunner_1_quick-start.ipynb).
In order to run the notebook and explore the features we recommend you explore in a conda environment. Follow the steps to create a reproducible conda environment.
> **_NOTE:_** If you have mamba installed, replace the "conda" command with "mamba" to increase the speed.