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

Terminal 꾸미기
etc./Install and Setup2024. 6. 23. 02:26Terminal 꾸미기

1. Windows Terminal Download linkhttps://apps.microsoft.com/detail/9N0DX20HK701 Windows Terminal - Windows에서 무료 다운로드 및 설치 | Microsoft StoreWindows 터미널은 명령 프롬프트, PowerShell 및 WSL과 같은 명령 줄 도구 및 셸 사용자를 위한 최신의 빠르고 효율적이며 강력한 생산성의 터미널 응용 프로그램입니다. 주요 기능으로는 여러 탭, 창,apps.microsoft.com 2. 기본 설정2.1. Windows Terminal 2.2. D2Codinghttps://github.com/naver/d2codingfont GitHub - naver/d2codingfont: D2 Coding 글..

728x90
반응형
image