MachineLearning (1) 썸네일형 리스트형 [Tips] Visual Studio Code에 tensorflow-jupyter 환경 구축( feat. 모두의 딥러닝) 모두의 딥러닝 예제를 돌려보던중 기본 주피터만 사용하다보니 너무 불편해 기존에 사용하고 있던 vscode에 붙힐 방법을 찾아보았다. vscode짱.. 1. python 설치 버젼 3.4~3.6 ( 본인은 3.6.8 설치 ) https://www.python.org/downloads/release/python-368/ Python Release Python 3.6.8 The official home of the Python Programming Language www.python.org 2. powershell 실행 pip install tensorflow(cpu only) or pip install tensorflow-gpu 입력 3. 버젼 확인 ipython -> import tensorflow as .. 이전 1 다음