Skip to content

AllanLeanderRostockHansen/streamlit-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit presentation

Streamlit presentation for the Datascience chapter

Standing in the project root, launch the file using streamlit run snippets/00-hello-world.py.

When developing with Streamlit, check out the cheatsheet!

The self-driving car demo can be run by issuing

streamlit run https://raw.githubusercontent.com/streamlit/demo-self-driving/master/streamlit_app.py

Environment

Create a virtual environment and install everything from requirements.txt, and everyting should run fine (tested under Python 3.8):

Windåze/Powershell

python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -r requirements.txt

Bash/ZSH

python -m venv .venv
source .venv\bin\activate
python -m pip install --upgrade pip
pip install -r requirements.txt

About

Streamlit presentation for the Datascience chapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages