[PYTHON] Notes on creating a virtual environment with Anaconda Navigator

Purpose of this article

This is a memo for myself when building a virtual environment using Anaconda Navigator.

STEP1 Select "Environments" on the left and build a new environment with "Create" at the bottom center The setting is completed by appropriately selecting "Python 3.7" or the like.

STEP2 From the pull-down on the right, select "All" (or "Not installed") to show the uninstalled libraries. Use the search bar in the upper right to install the following libraries.

#Mandatory
notebook 
numpy
pandas
matplotlib


#For machine learning
scikit-learn
keras (It also installs tensorflow)


#For natural language processing
gensim


#For images
pillow
opencv

When the above is completed, press the Run button of the environment in the center and select "Open with Jupyter Notebook". At this time, note that with Jupyter Notebook cannot be selected unless notebook is installed above. image.png

STEP3 Add a library from the terminal that cannot be added from the GUI screen of STEP2.

#For Japanese display of matplotlib
pip install japanize-matplotlib

#For convenient coding with extensions(Hinterland is especially useful)
pip install jupyter-contrib-nbextensions

Recommended Posts

Notes on creating a virtual environment with Anaconda Navigator
Flow of creating a virtual environment with Anaconda
[Python] Create a virtual environment with Anaconda
Creating a python virtual environment on Windows
Creating a virtual environment in an Anaconda environment
[Memo] Build a virtual environment with Pyenv + anaconda
How about creating a virtual environment with Anaconda and doing pip install?
Create a virtual environment with Anaconda installed via Pyenv
Notes on creating a python development environment on macOS Catalina
Create a virtual environment with Python!
Building a virtual environment with Python 3
Build a Python environment on your Mac with Anaconda and PyCharm
Create a virtual environment with Python_Mac version
Build Python environment with Anaconda on Mac
Unable to import packages installed in virtual environment with Anaconda on Windows 10
Steps to create a Python virtual environment with VS Code on Windows
Build a WardPress environment on AWS with pulumi
Build a python environment with ansible on centos6
Building a Python environment with WLS2 + Anaconda + PyCharm
Start Django in a virtual environment with Pipenv
A memo when creating a python environment with miniconda
Build a virtual environment with pyenv and venv
[Venv] Create a python virtual environment on Ubuntu
[Node-RED] Execute Python on Anaconda virtual environment from Node-RED [Anaconda] [Python]
Commands for creating a python3 environment with virtualenv
Work in a virtual environment with Python virtualenv.
From Python environment construction to virtual environment construction with anaconda
Create a Python virtual development environment on Windows
Use anaconda virtual environment with Zsh (problem fix)
Virtual environment with Python 3.6
Creating an environment for OSS-DB Silver # 1_Create a Linux environment (CentOS7 virtual environment) with VirtualBox/Vagrant
Python: Creating a virtual environment (venv), starting and stopping
Build a python virtual environment with virtualenv and virtualenvwrapper
Looking back on creating a web service with Django 1
Create a comfortable Python 3 (Anaconda) development environment on windows
code-server Online environment (2) Create a virtual network with Boto3
I made a Python3 environment on Ubuntu with direnv.
Looking back on creating a web service with Django 2
Build a python virtual environment with virtualenv and virtualenvwrapper
Create a Japanese OCR environment with Anaconda (tesseract + pyocr)
Build a Django environment for Win10 (with virtual space)
Install Python environment with Anaconda
Anaconda environment construction on CentOS7
Build an Anaconda virtual environment
[Anaconda] Activate the virtual environment
Notes on installing Anaconda 3 on Windows
Switch virtual environment with jupyter
Building a Python virtual environment
How to build a new python virtual environment on Ubuntu
Building a Jupyter Lab development environment on WSL2 using Anaconda3
A note on how to load a virtual environment in PyCharm
Dockerfile for creating a data science environment based on pip3
I want to use a virtual environment with jupyter notebook!
I just built a virtual environment with AWS lambda layer
Building a pyhon environment without using Anaconda (with easy startup)
Create a virtual environment for python on mac [Very easy]
Building a virtual environment with pyenv-virtualenv/Python (installation, environment settings, packages) Mac environment
Building a kubernetes environment with ansible 2
Building a Python environment on Mac
Activate Anaconda's virtual environment with PowerShell
Notes on package management with conda