Jupyter 설치하기
etc./Install and Setup2024. 8. 12. 18:08Jupyter 설치하기

1. Install Jupyter1.1. Miniconda 환경 활성화가상 환경을 먼저 활성화 해주어야 한다.conda env listconda activate ds_study 1.2. Jupyter 설치conda install jupytery 2. Install Package가상 환경에서 필요한 Package를 Install한다.2.1. ipythonconda install ipython 2.2. matplotlibconda install matplotliby 2.3. seaborninstall 중간에 'y'를 누르는게 귀찮다면 'conda install -y'로 명령어를 입력해주면 된다.conda install -y seaborn 2.4. pandasconda install -y pandas 2.5...

Miniconda 설치하기
etc./Install and Setup2024. 8. 12. 17:13Miniconda 설치하기

1. Python Version 확인cmd나 PowerShell에서 Python Version을 확인한다.python 2. Miniconda Installhttps://docs.anaconda.com/miniconda/miniconda-other-installer-links/ Latest Miniconda installer links by Python version — Anaconda documentationLatest Miniconda installer links by Python version This list of Miniconda installers is for all supported versions of Python, separated by operating system. For an arch..

Ninja 설치하기
etc./Install and Setup2024. 6. 23. 16:53Ninja 설치하기

1. Chocolaty package Installhttps://chocolatey.org/install Installing ChocolateyChocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.chocolatey.org1.1 관리자 모드 powershell 실행Set-ExecutionPolicy Bypass -S..

LLVM 설치하기
etc./Install and Setup2024. 6. 23. 16:02LLVM 설치하기

1. LLVM donwload linkhttps://releases.llvm.org/download.html LLVM Download PageIf you'd like access to the "latest and greatest" in LLVM development, please see the instructions for accessing the LLVM Git Repository. The major changes and improvements that the development version contains relative to the previous release are listed ireleases.llvm.org1.1. Download LLVM ver원하는 버전을 선택한다. 나는 가장 최신 버..

PyCharm 설치하기
etc./Install and Setup2024. 5. 5. 23:35PyCharm 설치하기

Step 1. PyCharm 사이트에 접속하기PyCharm 다운로드를 위해 https://www.jetbrains.com/ko-kr/pycharm/download/?section=windows 사이트에 접속한다. PyCharm 다운로드: 데이터 과학 및 웹 개발을 위해 JetBrains가 만든 Python IDE www.jetbrains.com Step 2. Download2.1 .exe형식의 파일 Download순수 Python 개발용 IDE에서 다운로드해야 무료로 사용할 수 있다. 2.2 다운로드 받은 .exe2.3 PyCharm Setup다운로드 받은 .exe파일을 실행하여 별 다른 선택 없이 다음 버튼을 클릭하여 다운로드를 마쳤다.

728x90
반응형
image