공부 (62) 썸네일형 리스트형 윈도우에서 Paraview 설치하는 방법 1. 아래의 Paraview 홈페이지에 들어간다. https://www.paraview.org/download/ Download ParaView You can download the latest stable version of ParaView and previous releases or access the current development (nightly) distribution through Github. www.paraview.org 2. 다운로드 받은 파일을 실행시키고, 다음을 클릭한다. 3. 동의함을 눌러준다. 4. 설치할 폴더를 지정하고 다음을 눌러준다. 5. 설치한다. 6. 다음을 눌러준다. 7. 설치가 완료되면 마침을 눌러주면 된다. 우분투 환경에 Paraview 설치 방법 / 데이터 시각화 및 분석을 위한 툴 Paraview는 데이터의 시각화와 분석을 위해 개발된 툴로, VTK(Visualization ToolKit)를 데이터 처리와 렌더링 엔진으로 사용하며, 사용자 인터페이스(UI, User Interface)는 Qt를 사용하여 작성되었다. 우분투 환경에서 Paraview를 설치하는 방법은 커맨드 창에서 다음의 명령어를 통해 설치해주면 된다. sudo apt update sudo apt install paraview 또는 다음과 같이 진행하면 설치가 완료된다. flatpak install flathub org.paraview.ParaView flatpak run org.paraview.ParaView 설치된 Paraview를 제거하는 방법은 다음과 같다. flatpak uninstall org.paravie.. 파이썬 주석 단축기(Ctrl + /)가 작동이 안될 때 파이썬 주석 단축기 Ctrl + / 가 가끔 작동이 안될 때가 있다. 이럴 때는 Ctrl +Shift를 눌러서 마이크로소프트 입력기로 바꾸어주면 된다. 우분투에 아나콘다 설치하는 방법 / How to install Anaconda in Ubuntu 아나콘다 설치 1. 아나콘다 홈페이지에 들어가서 리눅스 OS의 파이참을 다운로드 한다. https://www.anaconda.com/products/individual 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 2. 맨아래로 내리면 다음과 같이 인스톨러 화면이 나오는데, 리눅스 OS의 64-Bit (x86) Installer (544MB)를 다운로드 한다. 3. 다운로드 폴더로 이동하고 아래의 명령어를 통해 파일 이름을 확인.. 우분투에 파이참(PyCharm) 설치하는 방법 1. 아래 사이트에 들어가서 리눅스용 파이참을 다운받는다. https://www.jetbrains.com/pycharm/download/#section=linux Download PyCharm: Python IDE for Professional Developers by JetBrains Download the latest version of PyCharm for Windows, macOS or Linux. www.jetbrains.com 2. 다운로드 폴더에가서 다운받은 파일의 압축을 풀어준다. 3. Ctrl + Alt + t를 눌러 터미널을 열고 다운로드 폴더로 이동한다. cd Downloads 4. 파이참 디렉토리 이름을 확인하고, 그 폴더로 이동해서 다음과 같이 실행시켜주면 된다. cd pychar.. 윈도우에서 GPU 딥러닝 환경 구축하기 (Cuda, CuDNN 설치) 1. GPU 모델 확인 GPU 모델에 따라 설치해야하는 Cuda, CuDNN이 다르기 때문에, 설치 전에 먼저 PC에 장착된 GPU 모델을 확인해야 한다. GPU 모델을 확인하는 방법은 디스플레이 어댑터>에서 확인할 수 있다. 포스팅에서는 NVIDA TITAN Xp를 기준으로 설치한다. 2. Cuda Toolkit을 사용할 수 있는 GPU인지 확인 아래의 NVIDIA 홈페이지에서 내 GPU가 Cuda Toolkit을 사용할 수 있는지 확인한다. https://developer.nvidia.com/cuda-gpus CUDA GPUs Your GPU Compute Capability Are you looking for the compute capability for your GPU, then check th.. 우분투에 팀즈(Microsoft Teams) 설치하는 법 1. 마이크로소프트 공식 홈페이지에 들어가 deb 파일을 다운로드 한다. https://www.microsoft.com/en-us/microsoft-teams/download-app Download Microsoft Teams Desktop and Mobile Apps | Microsoft Teams Download Microsoft Teams for desktop and mobile and get connected across devices on Windows, Mac, iOS, and Android. Collaborate better with the Microsoft Teams app. www.microsoft.com 2. 다운로드 폴더에서 다운로드 받은 파일을 더블 클릭하여 설치하면 된다. 우분투에 매트랩(MATLAB) 2020b 버전 설치하는 법 1. MATLAB 공식 홈페이지에 들어가서 MATLAB 설치 파일을 다운로드한다. https://kr.mathworks.com/downloads/ No Header Footer - Containerless Select a Web Site Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: . Select web site You can also select a web site from the following list: How to Get Best S kr.mathworks.com 2. 명령창을 열.. 이전 1 ··· 3 4 5 6 7 8 다음