Skip to content

COVID Pandemic πŸ”Ž Visual Data Explorer using Python 3 and Streamlit (and Pandas and Altair)

Notifications You must be signed in to change notification settings

padurean/covid-pandemic-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

COVID Pandemic πŸ”Ž Visual Data Explorer using Python 3 and Streamlit (and Pandas and Altair)

Open in Streamlit

Dev How To

  • Install direnv and make sure path to python and pip bin folders are present in the PATH env var

    brew install direnv
    cd pandemia-covid-streamlit
    echo export PATH="/usr/local/opt/[email protected]/libexec/bin:$PATH" > .envrc
  • Install pipenv, activate the environment and install streamlit:

    pip install pipenv
    pipenv shell
    pipenv install streamlit
  • Run the app:

    streamlit run streamlit_app.py

πŸ’‘ To install dependencies from Pipfile.lock, run pipenv shell and then pipenv sync.

πŸ’‘ In Visual Studio Code, to use the correct python interpreter, run the >Python: Select Interpreter VS Code command (Cmd+Shift+P on MacOS) and select the one in your virtual environment. To find out which one needs to be selected, run pipenv shell in the terminal and then which python.

About

COVID Pandemic πŸ”Ž Visual Data Explorer using Python 3 and Streamlit (and Pandas and Altair)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages