Skip to content

matheus-ft/unsupervised-learning

Repository files navigation

Projeto 2 MS/MT-571

Para rodar o projeto

Requisitos

  • python 3.10+

    • pip

    • venv

Instruções

Clone o repositório e faça:

python3 -m venv .env
source ./.env/bin/activate
pip install -r requirements.txt
python -m ipykernel install --name=.env
jupyter lab <notebook>.ipynb

Em seguida selecione o kernel .env e execute as células do notebook (note que já apresentamos nossa última execução).

Se forem feitas mudanças no notebook que devem ser salvas, faça:

jupytext <notebook>.ipynb --to py:percent