Para ver el notebook con el desarrollo, click aqui. Para ver su versión en HTML, click aquí.
Create a python 3
virtual env with the command virtualenv -p python3 venv
.
Enter the virtual env with source venv/bin/activate
.
Install requirements with pip install -r requirements.txt
.
Run Jupyter lab with jupyter lab
command.
It is recommended to install the @jupyterlab/toc
(Table of content) extensionn for Jupyter Lab for easier navigation through the notebook.
An interesting PDF about SAR can be found here.