강의

멘토링

로드맵

Inflearn Community Q&A

kajw06304409's profile image
kajw06304409

asked

Getting started with Python data analysis using public data

[3/15] Visualizing missing values with the missingno library

missingno 설치관련 질문

Written on

·

370

1

맥에서의 터미널이나 아나콘다에서의 터미널에서 설치 명령어(conda install -c conda-forge missingno등)

를 입력하면 모두

 

command not found: conda

 

이렇게만 나오네요. 해결 방법을 못찾겠어요! ㅠㅜ

pandasnumpypython

Answer 2

0

kajw06304409님의 프로필 이미지
kajw06304409
Questioner

감사합니다!! 해결되었어요!!

0

todaycode님의 프로필 이미지
todaycode
Instructor

안녕하세요.

다음의 방법으로 설치해 보세요!

터미널에서 (base)라는 문가가 보이는지 확인이 중요합니다!

(base)라는 문구가 보여야 아나콘다 기본 가상환경을 사용할 수 있습니다.

 

 

kajw06304409's profile image
kajw06304409

asked

Ask a question