Andreluizfc / streamlit-heroku-python-br2020

Repository containing the files for the tutorial "Creating a data application with Streamlit and deploying it with Heroku" from the Python Brasil Conference 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Português

Repo publico criado para armazenar o codigo do tutorial "Criando uma aplicação de dados com Streamlit e deployando a mesma com Heroku" da Conferencia Python Brasil 2020.

Todos os tutoriais estão presentes nesse site: https://streamlit-heroku-python-br2020.herokuapp.com/

  • Nele, basta navegar usando a barra de seleçao na esquerda, para escolher o tópico:

Executando em seu PC

Para baixar este repositório em seu PC, faça o fork, depois o clone do mesmo, realizado da seguinte forma em sua linha de comando:

git clone https://github.com/arthurtuio/streamlit-heroku-python-br-2020.git

Em seguida, você deve instalar as bibliotecas necessárias para executar o código. Você pode fazer isso desta forma:

  • pip3 install -r requirements.txt

Exemplo de scripts do Streamlit

Na pasta /tutoriais/examples, há exemplos de scripts que podem ser executados no streamlit, para entender melhor a lib. Para executar qualquer um deles, basta digitar na linha de comando: streamlit run {example_name}, onde {example_name} é o nome do arquivo, assim: streamlit run En_6_Interactivity_part_2.py

About

Repository containing the files for the tutorial "Creating a data application with Streamlit and deploying it with Heroku" from the Python Brasil Conference 2020.


Languages

Language:Jupyter Notebook 76.6%Language:Python 23.3%Language:Shell 0.1%