티스토리 뷰
dash.plotly.com/installation을 따라해봤다.
Part 1. Installation | Dash for Python Documentation | Plotly
Dash Installation In your terminal, install several dash libraries. These libraries are under active development, so install and upgrade frequently. These docs are run using the versions listed below. Python 2 and 3 are supported.
dash.plotly.com
dash-plotly를 사용하려면 파이썬이 설치되어있어야 한다. 혹시 python이 설치되어있지 않다면 python부터 설치하도록 하자.
$ python
을 cmd창에 쓰면 버전확인이 가능하다. 이때 버전이 뜨지 않고 에러 메시지가 뜬다면 파이썬이 제대로 설치되지 않은 것이니 파이썬부터 제대로 설치하자.
이후 cmd창에 $ pip install dash==1.17.0
을 입력하면 dash를 설치할 수 있다. 뒤의 숫자(버전 정보)는 바뀔 수 있으니 홈페이지에서 확인하길 바란다.
dash를 설치하면 dash_core_components, dash_html_components, plotly.express등도 자동으로 설치된다.
위 버전은 파이썬 2와 3을 지원한다고 한다.
import 에러가 난 경우 설치가 제대로 안된걸 수 있으니 그럴땐 다시 한 번 설치해보길 권한다.
예제 앱을 실행시키려면 $ pip install pandas
로 pandas라이브러리도 설치해야 한다.
'Dash Plotly' 카테고리의 다른 글
5. Dash Plotly와 Pandas 라이브러리 (0) | 2020.11.24 |
---|---|
4. Dash Plotly에서 콜백 함수(callback function) 사용하기 (0) | 2020.11.24 |
3. Dash Plotly Core Components / help 사용법 (0) | 2020.11.24 |
2. Dash Plotly 튜토리얼 / layout / style 적용하기 (0) | 2020.11.23 |
0. Dash Plotly란? (0) | 2020.11.23 |
- Total
- Today
- Yesterday
- reactjs
- dfs
- 다이나믹프로그래밍
- 스택
- sql
- 회고
- 자료구조
- React
- 컴퓨터과학
- plotly
- 머신러닝
- 컴퓨터공학
- MySQL
- Dash
- 후위표기식
- 동적계획법
- 우선순위큐
- 리액트
- 알고리즘
- 개발
- 큐
- dash-plotly
- JS
- 카카오추천팀
- 코테후기
- 자바스크립트
- 프로그래머스
- c++
- 백준
- 코드포매터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |