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..

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원하는 버전을 선택한다. 나는 가장 최신 버..

CMake 설치하기
etc./Install and Setup2024. 6. 23. 00:43CMake 설치하기

1. CMake Download linkhttps://cmake.org/download/ Download CMakeYou can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulatiocmake.org 2. Download cmake-3.30.0-rc3-windows-x86_64.msi Windows 환경에서 설치하려 하므..

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