[PYTHON] Preparing to use Tensorflow (Anaconda) with Visual Studio Code

I started machine learning about a week ago. Summarize the preparation for using Tensorflow (Anaconda) with Visual Studio Code.


Reference
・ Https://qiita.com/ryt-t5/items/4f15c5b069ad3e6910e8


Premise
・ Install Visual Studio Code ・ Install Anaconda


Body
・ Set PATH → C: \ Users \ (user name) \ Anaconda3
→ C: \ Users \ (user name) \ Anaconda3 \ Scripts
・ Check if the PATH is correct -Add a Python extension to VS Code.

When installing a package, it will be something like "conda install keras".

Recommended Posts

Preparing to use Tensorflow (Anaconda) with Visual Studio Code
Python development environment with Windows + Anaconda3 + Visual Studio Code
Java with Visual Studio Code (Part 2)
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
How to use linux commands in Visual Studio Code terminal
Try to create a python environment with Visual Studio Code & WSL
Use Jupyter Notebook with Visual Studio Code on Windows 10 + Python + Poetry + pyenv-win
I installed the library with Visual Studio Code, but Unable to import
Build Python development environment with Visual Studio Code
Use Python in Anaconda environment with VS Code
Use Python 3.8 with Anaconda
A note I was addicted to when running Python with Visual Studio Code
Python development environment with Windows + Python + PipEnv + Visual Studio Code
Use TensorFlow with Intellij IDEA
Remote debugging with Visual Studio 2017
Set up a Python development environment with Visual Studio Code
I want to use VS Code and Spyder without anaconda! !! !!
Python: How to use async with
Classify "Wine" with TensorFlow MLP code
Precautions when installing tensorflow with anaconda
How to use virtualenv with PowerShell
What to do if intellisense doesn't work with Anaconda + VSCode + Tensorflow2.1
Visual Studio Code may be good
Explain how to use TensorFlow 2.X with implementation of VGG16 / ResNet50
How to use FTP with Python
How to run TensorFlow 1.0 code in 2.0
Use boto3 to mess with S3
How to install Anaconda with pyenv
Edit files directly on Linux with Visual Studio Code Remote SSH
Build jupyter notebook environment with Visual Studio Code (VS Code) Mac version
Build an environment to execute C ++ functions from Python with Pybind11 (for Windows & Visual Studio Code people)
From re-environment construction of Python to graph drawing (on visual studio code)
How to use VS Code (code server) with Google Colab in just 3 lines
Installation of Visual studio code and installation of python
Change Python 64bit environment to 32bit environment with Anaconda
I tried to implement Autoencoder with TensorFlow
I tried to visualize AutoEncoder with TensorFlow
How to use ManyToManyField with Django's Admin
How to use OpenVPN with Ubuntu 18.04.3 LTS
How to use Cmder with PyCharm (Windows)
[Introduction to Python] Let's use foreach with Python
How to use Ass / Alembic with HtoA
How to use Japanese with NLTK plot
How to use jupyter notebook with ABCI
How to use Anaconda interpreter in PyCharm
TensorFlow Tutorial Code to Don't Fall Out
How to use tensorflow under docker environment
How to use CUT command (with sample)
How to use SQLAlchemy / Connect with aiomysql
Preparing to learn technical indicators with TFlearn
Use linter to reduce code review costs
How to use JDBC driver with Redash
Let's do Linux System Programming with Visual Studio Code and Azure! (From helloworld to nginx development and remote debugging)
I customized it with Visual Studio Code (mainly for python), so I will summarize it
Tips when amateurs use Flask in Visual Studio
I tried to use lightGBM, xgboost with Boruta
I want to use MATLAB feval with python
How to set Django DB to mongodb visual studio 2019
Time when terminal disappears in Visual Studio Code
Use boto3-stubs to enable code completion on boto3
Specify the Python executable to use with virtualenv