dash

Published by onesixx on

$ conda install pandas
$ conda install dash
$ conda install -c conda-forge 'scikit-learn'
$ conda install -c conda-forge 'python-dotenv'

$ conda install Cache

# https://github.com/conda-forge/dash-bootstrap-components-feedstock
#$ pip install 'dash_bootstrap_components'
$ conda config --add channels conda-forge
$ conda config --set channel_priority strict
$ conda install dash-bootstrap-components


$conda install -c winand flask-caching
# $ pip install 'flask_caching'

$ conda install -c conda-forge fastapi

vscode launch.json

debugg

VSCode 설정 페이지를 여는 2가지 방법

  • 설정 페이지를 열어 GUI 화면에서 키보드와 마우스 클릭으로 설정하는 방법
  • JSON 형식으로 되어 있는 설정파일을 열어 직접 수정하는 방법 (~/Library/Application Support/Code/User/settings.json)
{
    "python.pythonPath": "~/Library/r-minicodea/envs/adash/bin/python"
}

select interpreter

Categories: dash

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x