Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedromxavier/bndes

BNDES
https://github.com/pedromxavier/bndes

Last synced: 28 days ago
JSON representation

BNDES

Awesome Lists containing this project

README

        

# E se o BNDES fosse um país?

## Carregando os dados

### Linguagem Python

### Executando o código Python

Todas as bibliotecas utilizadas nos exemplos estão no arquivo [requirements.txt](requirements.txt). Recomenda-se o uso de um ambiente virtual:
```
python -m venv .venv
# ative com o ambiente virtual para sua plataforma.
# Eg.: No Windows execute ".\.venv\Scripts\activate"
# no Unix execute "source ./venv/bin/activate"
pip install -r requirements.txt
```

Então execute o comando `jupyter notebook` para executar os notebooks.