Yahoo Search Búsqueda web

Resultado de búsqueda

  1. Review the system requirements listed below before installing Anaconda Distribution. If you don’t want the hundreds of packages included with Anaconda, install Miniconda, a mini version of Anaconda that includes just conda, its dependencies, and Python. System requirements.

  2. Choose whether to add Anaconda to your PATH environment variable or register Anaconda as your default Python. We don’t recommend adding Anaconda to your PATH environment variable, since this can interfere with other software.

  3. The anaconda-navigator package is installed by default with Anaconda Distribution and includes the dependency package qt.

  4. Install Anaconda Distribution using either the graphical installer or the command line installer instructions below. If you are unsure, choose the graphical install. Graphical install# Use this method if you prefer to use our graphical installer.

  5. Anaconda® Distribution is a Python/R data science distribution that contains: conda - a package and environment manager for your command line interface. Anaconda Navigator - a desktop application built on conda, with options to launch other development applications from your managed environments.

  6. Learn to use Anaconda Navigator to launch an application. Then, create and run a simple Python program with Spyder and Jupyter Notebook. Watch our short training videos on Anaconda Learning to get up and running with Jupyter Notebook and JupyterLab, along with several other popular integrated development environments (IDEs): Anaconda Learning

  7. Over 7,500 additional open-source packages (including R) can be individually installed from the Anaconda repository with the conda install command. Thousands of other packages are available from Anaconda.org. You can download other packages using the pip install command that is installed with Anaconda.

  8. On Windows, macOS, and Linux, it is best to install Miniconda for the local user, which does not require administrator permissions and is the most robust type of installation. However, if you need to, you can install Miniconda system wide, which does require administrator permissions. Download the .exe installer.

  9. If Spyder is not installed in your current environment, click Install to install it. Spyder opens with a temp.py file open on the left. In temp.py, delete any placeholder text and add print("Hello, Anaconda") to line 1. In the top menu, click File > Save As and name your new program hello.py.

  10. You can search for the Python interpreter with your operating system’s file manager, such as File Explorer on Windows, Finder on macOS, or Nautilus on Ubuntu Linux. You can also use the command line to show the location of the Python interpreter in the active conda environment: