반응형
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

끝
반응형
'○ 크롤링, 자동화 > Selenium' 카테고리의 다른 글
구글 로그인, 메일 보내기 자동화 (selenium, webdriver, actionchains) (0) | 2020.11.08 |
---|---|
selenium 자동화 수집하기 (0) | 2020.11.08 |
네이버 카페 크롤 - 01 로그인 하기 (0) | 2020.08.30 |
[나도코딩] 가격비교 사이트, 나도 만들 수 있다! 잼있게 파이썬으로 하는 크롤러 제작 [Crawling] (0) | 2020.08.30 |
[김플 스튜디오] 구글 로그인, 메일 보내기 자동화 (selenium, webdriver, actionchains) (1) | 2020.05.06 |