파이썬이 설치되어 있는지 확인하세요.
on command prompt type the following command : python --version
Python이 다운로드되지 않은 경우 해당 웹사이트에서 다운로드하세요
pip가 설치되어 있는지 확인하세요
on cmd type the following command pip --version
jupyter 노트북 설치
type the following command on the commmand prompt : pip install notebook
설치 성공 후
주피터 노트북을 열려면
type the following command on the command prompt : jupyter notebook
위 내용은 주피터 노트북을 설치하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!