streamlit 이 설치되어있는 가상환경으로 진입
conda activate "이름"
실행할 디렉토리로 이동
[실행]
nohup streamlit run app.py --server.port 8501 &
[프로세스확인]
ps -ef | grep app.py
[프로세스종료]
kill "pid"
'DataScience > Streamlit' 카테고리의 다른 글
Streamlit 을 이용한 자동차 가격예측 웹 대시보드 연습 (0) | 2022.12.13 |
---|---|
Streamlit 여러 차트 그리는 방법들(seaborn,matplotlib,plotly,altair) (0) | 2022.12.13 |
Streamlit 파일 분리 앱(사이드 메뉴바 이용 ) (0) | 2022.12.13 |
Streamlit 웹에 파일을 업로드 하는방법, 서버에 저장하는방법 (0) | 2022.12.13 |
Streamlit 웹대시보드 이미지,동영상,title, button, text, dataframe, multiselect, slider (0) | 2022.12.12 |