Conda 4.6.0 Documentation
0 Continuum Analytics Jan 28, 2019 Contents 1 User guide 3 2 Conda Commands 65 3 Conda Configuration 81 4 Conda Python API 91 5 Release notes 99 6 Command reference 177 7 Glossary 179 Python while continuing to run your usual version of Python in your normal environment. In its default configuration, conda can install and manage the thousand packages at repo.continuum.io that are built, reviewed User guide conda Documentation, Release 4.6.0 1.5 Configuration 1.5.1 Using the .condarc conda configuration file • Overview • General configuration – Channel locations (channels) – Allow other channels0 码力 | 190 页 | 728.67 KB | 7 月前3Conda 4.6.1 Documentation
1 Continuum Analytics Jan 28, 2019 Contents 1 User guide 3 2 Conda Commands 65 3 Conda Configuration 81 4 Conda Python API 91 5 Release notes 99 6 Command reference 177 7 Glossary 179 Python while continuing to run your usual version of Python in your normal environment. In its default configuration, conda can install and manage the thousand packages at repo.continuum.io that are built, reviewed User guide conda Documentation, Release 4.6.1 1.5 Configuration 1.5.1 Using the .condarc conda configuration file • Overview • General configuration – Channel locations (channels) – Allow other channels0 码力 | 190 页 | 728.57 KB | 7 月前3Conda 23.3.x Documentation
Release 23.3.1.post2+bdcba5dd0 Anaconda, Inc Jul 17, 2023 CONTENTS 1 User guide 3 2 Conda configuration 117 3 Conda Python API 129 4 Command reference 137 5 Glossary 165 6 Developer guide 171 7 while continuing to run your usual version of Python in your normal environment. In its default configuration, conda can install and manage the over 7,500 packages at repo.anaconda.com that are built, reviewed version for a specific purpose. • To use conda on Windows XP, select Anaconda 2.3.0 and see ../configuration/use-winxp-with-proxy. GUI versus command line installer Both GUI and command line installers0 码力 | 370 页 | 2.94 MB | 7 月前3Conda 23.5.x Documentation
Release 0.0.0.dev0+placeholder Anaconda, Inc Jul 17, 2023 CONTENTS 1 User guide 3 2 Conda configuration 117 3 Conda Python API 129 4 Command reference 137 5 Glossary 161 6 Developer guide 167 7 while continuing to run your usual version of Python in your normal environment. In its default configuration, conda can install and manage the over 7,500 packages at repo.anaconda.com that are built, reviewed version for a specific purpose. • To use conda on Windows XP, select Anaconda 2.3.0 and see ../configuration/use-winxp-with-proxy. GUI versus command line installer Both GUI and command line installers0 码力 | 370 页 | 3.11 MB | 7 月前3Flask Documentation (1.1.x)
step-by-step instructions for web development with Flask. Foreword What does “micro” mean? Configuration and Conventions Growing with Flask Foreword for Experienced Programmers Thread-Locals in Flask Logging Basic Configuration Email Errors to Admins Injecting Request Information Other Libraries Configuration Handling Configuration Basics Environment and Debug Features Builtin Configuration Values Configuring Configuring from Files Configuring from Environment Variables Configuration Best Practices Development / Production Instance Folders Signals Subscribing to Signals Creating Signals Sending Signals Signals0 码力 | 428 页 | 895.98 KB | 1 年前3Mypy 1.8.0 Documentation
. . . . . . . . 119 1.22 The mypy configuration file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 1.23 Inline configuration . . . . . . . . . . . . . . . . . . configuring mypy. 4 Chapter 1. Contents Mypy Documentation, Release 1.8.0 1.1.3 Strict mode and configuration Mypy has a strict mode that enables a number of additional checks, like --disallow-untyped-defs for how to build up to --strict. See The mypy command line and The mypy configuration file for a complete reference on configuration options. 1.1.4 More complex types So far, we’ve added type hints that0 码力 | 234 页 | 902.89 KB | 1 年前3Conda 25.1.x Documentation
direct example, see Channel locations (channels) or read the entire Using the .condarc conda configuration file. � Tip Find more packages and channels by searching Anaconda.org. 4.1. User guide 11 and other RPM-based distributions, such as openSUSE, download the GPG key and add a repository configuration file for conda. 18 Chapter 4. Contributors welcome conda, Release 25.1.2.dev1 # Import our amd64 conda amd64 4.5.11-0 [76.3 MB] Fetched 76.3 MB in 10s (7733 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package conda. (Reading database0 码力 | 822 页 | 5.20 MB | 7 月前3Conda 24.11.x Documentation
direct example, see Channel locations (channels) or read the entire Using the .condarc conda configuration file. � Tip Find more packages and channels by searching Anaconda.org. 4.1. User guide 11 and other RPM-based distributions, such as openSUSE, download the GPG key and add a repository configuration file for conda. 18 Chapter 4. Contributors welcome conda, Release 24.11.3.dev2 # Import our amd64 conda amd64 4.5.11-0 [76.3 MB] Fetched 76.3 MB in 10s (7733 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package conda. (Reading database0 码力 | 818 页 | 5.21 MB | 7 月前3Conda 24.9.x Documentation
direct example, see Channel locations (channels) or read the entire Using the .condarc conda configuration file. � Tip Find more packages and channels by searching Anaconda.org. 4.1. User guide 11 and other RPM-based distributions, such as openSUSE, download the GPG key and add a repository configuration file for conda. 18 Chapter 4. Contributors welcome conda, Release 24.9.3.dev1 # Import our amd64 conda amd64 4.5.11-0 [76.3 MB] Fetched 76.3 MB in 10s (7733 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package conda. (Reading database0 码力 | 799 页 | 5.26 MB | 7 月前3Flask Documentation (1.1.x)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 1.11 Configuration Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 “micro”, but it’s ready for pro- duction use on a variety of needs. 1.1.2 Configuration and Conventions Flask has many configuration values, with sensible defaults, and a few conventions when getting started Flask application is an instance of the Flask class. Everything about the application, such as configuration and URLs, will be registered with this class. The most straightforward way to create a Flask0 码力 | 291 页 | 1.25 MB | 1 年前3
共 470 条
- 1
- 2
- 3
- 4
- 5
- 6
- 47