Anaconda python environment construction on Windows 10

Prepare python environment for Windows 10

This time, I installed Anaconda and prepared the development environment for python3.7.

The Anaconda environment was installed with reference to the following. Reference URL

1. 1. Create a virtual environment

Start Anaconda Prompt and create a virtual environment

$conda create --name DL python=3.7

2. Enable virtual environment

$conda activate DL

3. 3. Installation of required packages

For the time being jupyterlab, numpy, matplotlib

$pip install jupyterlab

$pip install numpy

$pip install matplotlib

4. Start Jupyter Lab

$jupyter lab

5. Confirm Hello world

image.png

Recommended Posts

Anaconda python environment construction on Windows 10
Python environment construction memo on Windows 10
python windows environment construction
Python + Anaconda + Pycharm environment construction
Anaconda environment construction on CentOS7
Python environment construction (Windows10 + Emacs)
Anaconda3 python environment construction procedure
Build Python environment on Windows
Build python environment on windows
Python environment construction under Windows7 environment
[Tensorflow] Tensorflow environment construction on Windows 10
Python environment construction (Anaconda + VSCode) @ Windows10 [January 2020 version]
Python on Windows
Python environment construction
Install python2.7 on windows 32bit environment
Anaconda environment construction on Mac (2018 version)
python windows environment
Environment construction (python)
Python environment construction memo on Mac
Create a comfortable Python 3 (Anaconda) development environment on windows
Python environment construction (pyenv, anaconda, tensorflow)
[Python3] Development environment construction << Windows edition >>
Python development environment construction on macOS
python environment construction
Python --Environment construction
Environment construction of python3.8 on mac
Python environment construction
Install Python development environment on Windows 10
python environment construction
Python3.6 environment construction (using Win environment Anaconda)
OpenCV3 & Python3 environment construction on Ubuntu
OpenJTalk on Windows10 (Speak Japanese with Python from environment construction)
Python environment construction procedure memo using Docker on Windows10 Home
Python (anaconda) development environment construction procedure (SpringToolsSuites) _2020.4
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Creating a python virtual environment on Windows
VScode environment construction (Windows10, Python, C ++, C, Git)
Build Python environment with Anaconda on Mac
Windows + gVim + Poetry python development environment construction
homebrew python environment construction
Python development environment construction
Anaconda on Windows Terminal
Install Anaconda on Windows 10
python basic on windows ②
Install python on windows
python2.7 development environment construction
Anaconda environment construction memo
Mac environment construction Python
Python environment construction @ Win7
Environment construction of TensorFlow + JupyterNotebook + Matplotlib on Windows version Anaconda (August 2017 version)
[Note] Python environment construction on rental server "CORESERVER"
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
Simply build a Python 3 execution environment on Windows
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
[0] TensorFlow-GPU environment construction built with Anaconda on Ubuntu
[Node-RED] Execute Python on Anaconda virtual environment from Node-RED [Anaconda] [Python]
[Python] How to install OpenCV on Anaconda [Windows]
From Python environment construction to virtual environment construction with anaconda
Create a Python virtual development environment on Windows
Set-enable Python virtualenv on Windows
Run Openpose on Python (Windows)