반응형
[PYTHON] Streamlit: 데이터 과학자의 쉬운 웹 제작 도구
vscode에서 streamlit 디버깅 하기
// conda env list
{
"version": "0.2.0",
"configurations": [
{
"name": "streamlit debug (p_ai env)",
"type": "python",
"request": "launch",
"module": "streamlit",
"args": ["run", "${file}"],
"justMyCode": true,
"python": "C:\\ProgramData\\anaconda3\\envs\\p_ai\\python.exe" // <--- 이 줄을 추가합니다.
}
]
}
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] 한국산업은행_금융 관련 용어 데이터 (0) | 2025.05.27 |
---|---|
[python] 유튜브 자막 가져오기 (0) | 2025.05.26 |
[python] streamlit.io - A faster way to build and share data apps (0) | 2025.05.23 |
파이썬 생태계를 소개합니다. (0) | 2025.05.23 |
[PYTHON] OpenAI python API 라이브러리 - pip install openai (0) | 2025.05.23 |