강의

멘토링

커뮤니티

Inflearn Community Q&A

trulife72's profile image
trulife72

asked

Building a Python Trading Room for Quantitative Investing - Part 2

Lecture1. dash_html_components_Div_1

spyder에서 실행시 dash.html이 없다는 에러가 나옵니다.

Written on

·

653

·

Edited

1

pip install 로 dash module 설치하고, 스파이더로 실행을 해 보는데, 한번 실행 되더니 그 다음 부터는 되지가 않습니다. pip list 해 보면 dash 모듈이 설치되어 있는 것이 보입니다.

어디가 에러일까요?

 

python차트분석anacondaplotly퀀트

Answer 1

1

trulife72님의 프로필 이미지
trulife72
Questioner

구글링에서 찾았습니다.

dash.py라는 파일로 수업 파일을 저장해서 나타난 에러인 것 같습니다. 수업 파일명을 다른 이름으로 저장해서 해결되었습니다.


https://stackoverflow.com/questions/69071722/modulenotfounderror-no-module-named-dash-html

trulife72's profile image
trulife72

asked

Ask a question