Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
/ PSIV Public archive

Universidat Autònoma de Barcelona PSIV II 2021 project archive

Notifications You must be signed in to change notification settings

mesteban-22/PSIV

Repository files navigation

PSIV II

Proyectos PSIV del grupo Miguel Esteban, Pol Gràcia y Daniel Navarro para la asignatura MAPSIV.

Como ejecutar los proyectos

Recomendamos usar conda para gestionar las librerías de Python necesarias para ejecutar los diferentes cuadernos de Jupyter. Una vez instalado el gestor de entornos, para generear el entorno necesario se debe ejecutar en terminal el comando

cd PSIV
conda env create -f env.yml

Para acceder activar el entorno,

conda activate PSIV

Y, por último, para acceder a los diferentes cuadernos

jupyter notebook

Proyectos