
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
2주차 - 2-4 '캔들차트분석' 파이낸스 데이터 리더를 설치했음에도 코드 실행이 안됩니다.

작성한 코드 및 에러 메세지
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-16-f6419fe69cd8> in <cell line: 1>()
----> 1 import finance_datareader as fdr
2 import mplfinance as mpf
3
4 # 2023년 3월 삼성전자 주가 데이터 가져오기
5 start_date = '2023-03-01'
ModuleNotFoundError: No module named 'finance_datareader'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
