Skip to content

chmbrs/DesafioBureauCredito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desafio Bureau de Credito

Para abrir o arquivo principal que é um Notebook (Solution.ipynb) tem que ter instalado o Jupyter Notebook que usa iPython.

Para instalar o Jupyter Notebook com Python 3 (recomendado):

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

Para instalar o Jupyter Notebook com Python 2:

python -m pip install --upgrade pip
python -m pip install jupyter

Depois da instalação tem que navegar na linha de comando até onde está este README e o arquivo Solution.ipynb junto com a pasta "files/". Nessa pasta basta digitar jupyter notebook e selecionar o Notebook. Exemplo:

cd C:\folder\desafio_bureau_credito
jupyter notebook

Sem instalar nada, o arquivo "Solution.html" pode ser aberto em qualquer navegador, e com conexão à internet a solução poderá ser vizualisada corretamente. (O arquivo ainda tem que ser aberto junto com a pasta "files/")

Obs: As soluções são responsivas.

Referências:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published