강의

멘토링

커뮤니티

Inflearn Community Q&A

kkang493210510's profile image
kkang493210510

asked

Introduction to Machine Learning from Scratch

Loading data with pandas

윈도우 pandas 문제 알려주신 것을 윈도우 명령 프롬프트에 입력했을떄

Written on

·

383

0

usage: ipython-kernel-install [-h] [–user] [–name NAME]

[–display-name DISPLAY_NAME]

[–profile PROFILE] [–prefix PREFIX]

[–sys-prefix]

ipython-kernel-install: error: unrecognized arguments: -user

가상환경에서 답변을 복붙하였지만 이렇게 뜨고 여전히 pandas가 안됩니다

도움 부탁드립니다.

머신러닝 배워볼래요?

Answer 2

0

kkang493210510님의 프로필 이미지
kkang493210510
Questioner

가상환경에 python -m ipykernel install –user 이것을 복붙하였습니다.

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

혹시 어떻게 입력했는지 입력하셨는지 알수 있을 까요? conda install 을 하셨을까요?

python -m ipykernel install --user

kkang493210510's profile image
kkang493210510

asked

Ask a question