기타기술

Jupytor notebook 설치 (Anaconda3)

DongT 2025. 9. 30. 16:36
728x90
반응형

 

 

 



 

1. Anaconda3 다운로드 및 설치

Anaconda 홈페이지에서 다운로드. 계정이 있으면 로그인하면 되고, 아니면 skip해도 다운은 가능하다.

- 다운로드URL: https://www.anaconda.com/download 

Free라고 써있지만, 완전한 무료는 아니므로 한번 살펴보긴 해야한다. (일반 사용자는 무료, 기업은 유료로 보면 됨)

https://www.anaconda.com/legal/terms/terms-of-service#WhenYouCanUseThePlatformForFree

1. When You Can Use The Platform For Free

When you need a paid license, and when you do not.
a. When Your Use is Free. You can use the Platform for free if:
(1) you are an individual that is using the Platform for your own personal, non-commercial purposes; 
(2) you are using the Platform on behalf of or in association with an Eligible Academic Institution (as defined in our Academic Policy and conditioned upon your acceptance of the Academic End User License Agreement); 
(3) you are using the Platform on behalf of or in association with an Eligible Non-Profit and Research Organization (as defined in our Non-Profit and Research Policy); or 
(4) you are using the Platform on behalf of a for-profit organization with 200 or fewer total employees or contractors (including all Affiliates).  
Anaconda reserves the right to request proof of verification of your eligibility status for free usage from you. 
b. When a Business Plan is Required. You must pay for a ‘Business Plan’ Subscription from Anaconda if you are using the Platform on behalf of a for-profit organization with more than 200 total employees or contractors (including all Affiliates) and you do not qualify for free use under Section 1(a) of these Terms (When Your Use is Free).

 

 

다운로드에 2종류가 확인되고, 비교하면 아래와 같다

항목 Anaconda Distribution (Anaconda3) Miniconda
기본 철학 바로 써라(배터리 포함)” 필요한 것만 깔자(슬림)”
설치 용량 ( GB) 작음(수백 MB 내외)
기본 포함 수백 개 과학 패키지, Jupyter/Lab, Spyder, Anaconda Navigator(GUI), conda conda + Python(딱 기본만)
채널 기본값 defaults(Anaconda가 빌드/검수) 동일하지만 비어 있음보통 conda-forge를 추가해 씀
시작 난이도 매우 쉬움(설치 즉시 사용) 가벼우나 처음에 필요한 패키지 직접 설치 필요
업데이트/속도 기본 패키지가 많아 업데이트 느려질 수 있음 필요한 것만 설치하니 관리가 가벼움
기업/라이선스 주의 Anaconda의 기본 저장소(defaults) 사용은 조직 규모에 따라 상업용 구독이 필요할 수 있음(정책 변동 가능, 공식 약관 확인 권장) Miniconda 자체는 무료. 주로 conda-forge 사용 시 OSS 패키지 중심(그래도 조직 정책/약관은 별도 확인 권장)

 요약: 잘 모르겠으면 Distribution 으로 설치

바로 데이터 분석 시작 이 목표면  Anaconda,  가볍고 재현성 / 유연성 이 중요하면  Miniconda.

 

 

설치는 5~10분정도 걸린 것 같음. 특별히 필요한 설정이 없다면 Next, Next 하면 된다.

 

 


2. Jupytor Notebook 설치 및 실행

 

설치 후 Anaconda Navigator 실행화면.

만약 Miniconda로 설치했으면 Lab 추가 설치하면 .

Distribution으로 설치했으면 설치되있음.

 

Notebook을 Launch하면 html로 노트를 띄우는데, 액세스 할 수 없다고 나올 수 있음.

 

지정된 경로로 액세스 권한이 없으므로 권한추가해주면 .

보통은 탐색기로 경로 이동하면 자동으로 액세스 권한이 생김.

 

 

이후 입맛에 맞게 사용하면 된다.


참고 문서


덤1) AI 공부중에 Jupytor 쓰는게 자주 보여서

덤2) 그냥 Jupytor랑 pip만 따로 설치해서 사용할 수도 있겠지만, 컨테이너 환경도 아닌데 굳이 그래야할까 해서 한번에 설치

 



 

728x90