강의

멘토링

커뮤니티

Inflearn Community Q&A

lhj27204034's profile image
lhj27204034

asked

30-minute summary course season 2: Python application

How to use Jupyter notebook (Install after searching for Anaconda on Google)

윈도우 powershell 불가

Written on

·

533

0

윈도우에서 아나콘다 설치 후 powershell 실행하여 jupyter notebook을 입력하였으나

jupyter : 'jupyter' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이

정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오.

위치 줄:1 문자:1

+ jupyter notebook

+ ~~~~~~~

    + CategoryInfo          : ObjectNotFound: (jupyter:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

라고 뜨며 실행이 안됩니다. 이유가 뭔지 알 수 있을까요?

python

Answer

This question is waiting for answers
Be the first to answer!
lhj27204034's profile image
lhj27204034

asked

Ask a question