Install jupyter notebook in Anaconda environment, create shortcuts, add/delete kernels, configure theme colors and toolbars [Update]

Install jupyter notebook, create shortcuts, add/remove kernels, configure theme colors and toolbars in Anaconda environment Tip: This article is a record of a series of successful installation processes such as Anaconda + cuda + cudnn + TensorFlow + pytorch + jupyter notebook. Some steps have version number requirements, such as TensorFlow and cuda + cudnn. […]

Configure GPU training environment (Anaconda) in pycharm (yolov5)

Table of Contents 1. Specific configuration process: 2. Create a virtual environment at the specified location (path): 3. Commonly used conda commands: 4: Some problems encountered when running the model: 4.1: conda added python interpreter cannot find the corresponding python.exe file 4.2: Error “OSError: [WinError 1455] The page file is too small and the operation […]

Anaconda installation configuration and environment creation

Anaconda is an open source python distribution with a lot of useful toolkits. The following is an introduction to the installation, configuration and environment creation process of Anaconda. Table of Contents 1. Download and install Anaconda 2. Anaconda environment variable configuration 3. Create an environment under Anaconda 1. Download and install Anaconda Download Anaconda on […]

Anaconda download and installation

1. Overview 1) Contains conda: conda is an environment manager whose functions rely on the conda package. This environment manager is similar to pip. 2) Install a large number of tool packages: Anaconda will automatically install a basic python, and the version of python is related to the version of Anaconda. A large number of […]

Solved in one article, anaconda creates a virtual environment, Python model is packaged, the C++ program calls the py file, and the entire program writing process is called.

Foreword Python is a language more suitable for data analysis and calculation. In terms of software development, especially interface development, it may be slightly lacking. QT is a cross-platform C++ graphical user interface program development framework, developed in VS QT can be integrated into the tool, and interface development and program writing can be performed […]

PyCharm integrates Anaconda

PyCharm integrates Anaconda Anaconda is an open source Python distribution that integrates many commonly used scientific computing and data analysis tools. With Anaconda, we can easily install and manage Python packages, create and manage virtual environments. Anaconda contains many commonly used Python libraries for data analysis, machine learning and scientific computing, such as NumPy, Pandas, […]

Anaconda and pycharm installation, and python interpreter environment configuration

Directory 1. Uses of Anaconda 2. Anaconda installation 3. pycharm installation 4. pycharm + Anaconda creation environment and configuration 1. Uses of Anaconda 1. Environment management: Anaconda allows users to easily create and manage different Python environments. These environments can contain specific versions of the Python interpreter as well as different packages and libraries relevant […]

[Reinstall software] Vscode and Anaconda

Reinstall software 1. Software list (brief version) 2. LetsVPN configuration 3. VScode and Anaconda download process 3.1 Download version 3.2 Anaconda Update software Update python error report Method 1, delete the library (invalid Method 2, update pip (invalid Method 3, reinstall Update anaconda error Method 1, update the basic environment (invalid Method 2, create a […]

WSL installation and WSL installation Ubuntu, WSL/Ubuntu installation anaconda3

WSL installation and WSL installation Ubuntu, WSL/Ubuntu installation anaconda3 Article directory WSL installation and WSL installation Ubuntu, WSL/Ubuntu installation anaconda3 1. wsl installation Problems that may arise 2. Install anaconda3 on WSL/Ubuntu 1. wsl installation 1. Win + R Enter winver to check whether the windows version can install wsl 2. Open the three options […]

(1) Linux system installation Anaconda and environment configuration

1. Download Anaconda Download the required version from the Anaconda website https://www.anaconda.com/, for example: Anaconda3-2023.09-0-Linux-x86_64.sh. (You can also use the URL path to download directly under Linux, which will not be introduced here.) 2. Install Anaconda 1. Place the downloaded installation package in the Linux system path and adjust it to this path. 2.Linux command: […]