본문 바로가기
● 크롤링, 자동화/Selenium

Anaconda 다운로드 받기, Jupyter Notebook 설치하기

by 0ver-grow 2020. 11. 8.
반응형

Anaconda Download

아나콘다(Anaconda)를 다운받아보자

 

Anaconda | Individual Edition

Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

위 사이트로 접속한 뒤 스크롤을 내려보면 하단과 같은 창이 나타난다.

이 중 본인의 OS에 해당되는 설치파일을 다운받으면 끝!

 

 

Jupyter Notebook Install

Anaconda를 설치했으니 이제는 쥬피터노트북(Jupyter Notebook)을 설치해보자!

Project Jupyter

The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media.

jupyter.org

윈도우 검색창에 Anaconda Prompt를 찾은 뒤, 실행하자.

 

 

 

 

프롬프트창에 하단 명령어를 입력하자.

conda install -c conda-forge jupyterlab

 

 

반응형