#install python
sudo apt install python3
sudo apt install python3-pip
sudo apt install python3-venv
# create a new virtual env
python3 -m venv myenv
# activate the virtual env
source myenv/bin/activate
# ensure you are in the new virtual env and install dependencies
pip install -r requirements.txt
# run streamlit
streamlit run app.py
# run jupyter notebook
jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''
-
Notifications
You must be signed in to change notification settings - Fork 0
License
pchakravarthy/streamlit_tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published