Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Anaconda (Python distribution)

From Wikipedia, the free encyclopedia
Python and R distribution
Anaconda
DevelopersAnaconda, Inc.[1] (previously Continuum Analytics)[2]
Initial release0.8.0[3] / 17 July 2012; 13 years ago (2012-07-17)
Stable release
2025.06-1 / 23 June 2025; 5 months ago (2025-06-23)[4][5]
Written inPython
Operating systemWindows,macOS,Linux
TypeProgramming language,machine learning,data science
LicenseFreemium (The Individual Edition isfreeware,[6] but the other editions aresoftware as a service)[7][8][9]
Websiteanaconda.com Edit this on Wikidata
This article is part ofa series on
Python
Python logo

Anaconda is anopen source[10][11]data science andartificial intelligencedistribution platform forPython andRprogramming languages. Developed byAnaconda, Inc.,[12] anAmerican company[1] founded in 2012,[12] the platform is used to develop and manage data science and AI projects.[10] In 2024, Anaconda Inc. has about 300 employees[13] and 45 million users.[14]

History

[edit]

Co-founded inAustin, Texas[1] in 2012[15] as Continuum Analytics by Peter Wang and Travis Oliphant,[11] Anaconda Inc. operates from the United States[16] and Europe.[15]

Anaconda Inc. developedConda,[17] across-platform,[18] language-agnostic[19] binary[15]package manager.[20] It also launched PyData community workshops and the Jupyter Cloud Notebook service (Wakari.io).[15] In 2013, it received funding fromDARPA.[21] In 2015, the company had two million users including 200 of the Fortune 500 companies[11] and raised $24 million in a Series A funding round led by General Catalyst and BuildGroup.[22] Anaconda secured an additional $30 million in funding in 2021.[23]

Continuum Analytics rebranded as Anaconda in 2017.[24] That year, it announced the release of Anaconda Enterprise 5,[25] an integration with Microsoft Azure,[15] and had over 13 million users by year's end.[26]

In 2022, it released Anaconda Business;[27] new integrations with Snowflake and others;[28] and the open-source PyScript.[29] It also acquiredPythonAnywhere,[30] while Anaconda's user base exceeded 30 million in 2022.[28] In 2023, Anaconda released Python in Excel, a new integration with Microsoft Excel,[31] and launched PyScript.com.[29]

The company made a series of investments in AI during 2024.[32] That February, Anaconda partnered withIBM to import its repository of Python packages intoWatsonx, IBM'sgenerative AI platform.[33] The same year, Anaconda joined IBM's AI Alliance[15] and released an integration with Teradata[34] andLenovo.[35]

In 2024, Anaconda's user base reached 45 million users[14] and Barry Libert was named company CEO,[15] after serving on Anaconda's board of directors.[36] He was succeeded as CEO in October 2025 by David DeSanto, who also became a company director.[37]

In May 2025, the company introduced the first unified AI platform for Open Source, Anaconda AI Platform, acentral control for AI workflows that enables customization in Python-based enterprise AI development.[38][39] That July, after reaching over $150 million in a Series C funding round, Anaconda was evaluated at about $1.5 billion.[40]

Overview

[edit]

Anaconda distribution comes with over 300 packages automatically installed, and over 7,500 additional open-source packages can be installed from the Anaconda repository[41] as well as the Conda package andvirtual environment manager. It also includes aGUI,Anaconda Navigator,[42] as a graphical alternative to thecommand-line interface (CLI).[43]

Conda was developed to address dependency conflicts native to thepip package manager, which would automatically install any dependent Python packages without checking for conflicts with previously installed packages[44] (until its version 20.3, which later implemented consistent dependency resolution).[45] The Conda package manager's historical differentiation analyzed and resolved these installation conflicts.[44]

Anaconda is adistribution of thePython andRprogramming languages forscientific computing (data science,machine learning applications, large-scaledata processing,predictive analytics, etc.), that aims to simplifypackage management anddeployment. Anaconda distribution includes data-science packages suitable forWindows,Linux, andmacOS.[12] Other company products include Anaconda Free, and subscription-based Starter, Business and Enterprise.[10] Anaconda's business tier offers Package Security Manager.[46]

Package versions in Anaconda are managed by the package management systemConda,[47] which was spun out as a separateopen-source package as useful both independently and for applications other than Python.[48] There is also a small,bootstrap version of Anaconda calledMiniconda, which includes only Conda, Python, the packages they depend on, and a small number of other packages.[49]

Open source packages can be individually installed from the Anaconda repository,[50] Anaconda Cloud (anaconda.org), or the user's own private repository or mirror, using theconda install command. Anaconda, Inc.compiles and builds the packages available in the Anacondarepository itself, and providesbinaries forWindows32/64 bit, Linux 64 bit andMacOS 64-bit (Intel,Apple Silicon). Anything available on PyPI may be installed into a Conda environment using pip, and Conda will keep track of what it has installed and what pip has installed.[citation needed] Custom packages can be made using theconda build command, and can be shared with others by uploading them to Anaconda Cloud,[51] PyPI or other repositories.[citation needed]

The default installation of Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.7. However, it is possible to create new environments that include any version of Python packaged with Conda.[52]

Anaconda Navigator

[edit]
Anaconda Navigator

Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows users to launch applications and manage Conda packages, environments and channels without usingcommand-line commands. Navigator can search for packages on Anaconda Cloud or in a local Anaconda Repository, install them in an environment, run the packages and update them.[43] It is available for Windows, macOS and Linux.[19][53]

The following applications are available by default in Navigator:[53]

Conda

[edit]
Main article:Conda (package manager)

Conda is an open source,[17]cross-platform,[18] language-agnostic[19]package manager and environment management system[20][21][55] that installs, runs, and updates packages and their dependencies.[17] It was created for Python programs, but it can package and distribute software for any language (e.g., R), including multi-language projects.[19] The Conda package and environment manager is included in all versions of Anaconda, Miniconda,[56] and Anaconda Repository.[50]

Anaconda.org

[edit]

Anaconda Cloud is a package management service by Anaconda where users can find, access, store and share public and private notebooks, environments, and Conda and PyPI packages.[57] Cloud hosts useful Python packages, notebooks and environments for a wide variety of applications. Users do not need to log in or to have a Cloud account, to search for public packages, download and install them. Users can build new Conda packages using Conda-build and then use the Anaconda Client CLI to upload packages to Anaconda.org.[58] Notebooks users can be aided with writing anddebugging code with Anaconda's AI Assistant.[59]

See also

[edit]

References

[edit]
  1. ^abc"What is Anaconda, Inc.?".docs.anaconda.com. Archived fromthe original on 2019-03-27. Retrieved2018-06-13.Anaconda is a software development and consulting company of passionate open source advocates based in Austin, Texas, USA. We are committed to the open source community. We created the Anaconda Python distribution and contribute to many other open source-based data analytics tools.
  2. ^Collison, Scott (2017-06-28)."Continuum Analytics Officially Becomes Anaconda".Anaconda Inc. corporate website. Retrieved22 April 2020.
  3. ^"Release notes — Anaconda 2.0 documentation". Archived fromthe original on 2018-10-12. Retrieved2017-10-26.
  4. ^"Release notes — Anaconda documentation".
  5. ^"New Release: Anaconda Distribution 2025.06". 23 June 2025.
  6. ^"End User License Agreement - Anaconda® Individual Edition".anaconda.com. Anaconda, Inc. Archived fromthe original on 14 February 2021. Retrieved29 January 2021.
  7. ^"Cover page".Anaconda Documentation. Anaconda, Inc. Retrieved27 April 2020.
  8. ^"Products and Pricing".anaconda.com. Anaconda, Inc. Retrieved28 April 2020.
  9. ^"Anaconda® Terms of Service".anaconda.com. Anaconda, Inc. Retrieved12 February 2024.
  10. ^abchttps://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/
  11. ^abc"Continuum Analytics Gets $24 Million in Venture Capital".SiliconHills. 2015-07-23. Retrieved2025-01-15.
  12. ^abc"About Anaconda". Archived fromthe original on 19 April 2020. Retrieved27 April 2020.
  13. ^Smith, Matthew S."Anaconda's chief AI and innovation officer says Python can make on-premises IT solutions 'easier and safer' as companies seek stronger data protection".Business Insider. Retrieved2025-01-15.
  14. ^ab"Anaconda brings the power of large language models to laptops".SiliconANGLE. 2024-10-01. Retrieved2025-01-15.
  15. ^abcdefg"Anaconda History".Anaconda. Retrieved2025-01-15.
  16. ^"Anaconda Powered by Continuum Analytics « Asian Surveying & Mapping". Retrieved2025-01-15.
  17. ^abc"Conda".pydata.org. Retrieved9 April 2015.
  18. ^ab"Building Conda Packages for Multiple Operating Systems". Pydannt. 29 January 2015. Retrieved9 April 2015.
  19. ^abcdDoig, Christine (21 May 2015)."Conda for Data Science". Archived fromthe original on 16 June 2015. Retrieved16 Jun 2015.Conda works with Linux, OSX, and Windows, and is language agnostic, which allows us to use it with any programming language or even multi-language projects.
  20. ^abGorelick, Micha; Ozsvald, Ian (September 2014).High Performance Python: Practical Performant Programming for Humans (1st ed.). O'Reilly Media. p. 370.ISBN 978-1449361594.
  21. ^abJackson, Joab (Feb 5, 2013)."Python gets a big data boost from DARPA". networkworld. RetrievedOctober 30, 2014.
  22. ^Hay, Timothy (2015-07-23)."Continuum Analytics Compiles $24M for Python Analytics".Wall Street Journal.ISSN 0099-9660. Retrieved2025-01-15.
  23. ^Bort, Julie."This Texas tech tycoon bet $30 million of his own money on a big plan to take on the Silicon Valley investment industry".Business Insider. Retrieved2025-01-15.
  24. ^"Anaconda | Continuum Analytics Officially Becomes Anaconda".Anaconda. 2017-06-28. Retrieved2025-01-15.
  25. ^Woodie, Alex (2017-08-31)."Anaconda Taps Containers to Simplify Data Science Deployments".BigDATAwire. Retrieved2025-01-15.
  26. ^Woodie, Alex (2017-02-16)."Why Anaconda's Data Science Tent Is So Big--And Getting Bigger".BigDATAwire. Retrieved2025-01-15.
  27. ^"Anaconda | Introducing Anaconda Business: Enhanced Open-Source…".Anaconda. 2022-04-13. Retrieved2025-01-15.
  28. ^ab"Anaconda and Snowflake Announce General Availability of Snowpark for Python".BigDATAwire. Retrieved2025-01-15.
  29. ^ab"Anaconda | Anaconda Launches PyScript.com, Democratizes Python for All".Anaconda. 2023-03-24. Retrieved2025-01-15.
  30. ^Hampton, Jaime (2022-10-18)."Anaconda Unveils New Coding Notebooks and Training Portal".BigDATAwire. Retrieved2025-01-15.
  31. ^"Anaconda Brings Python to Excel, Enhancing Data Manipulation and Visualization".BigDATAwire. Retrieved2025-01-15.
  32. ^"Anaconda Unveils AI Incubator and Announces Executive Leadership Revamp".BigDATAwire. Retrieved2025-01-15.
  33. ^"Anaconda Partners with IBM watsonx to Deliver Enterprise Scale AI Solutions".
  34. ^"Teradata taps Anaconda to add Python, R packages to VantageCloud Lake".InfoWorld. April 9, 2024. RetrievedDecember 5, 2024.
  35. ^"Lenovo collaborates with Anaconda to elevate ThinkStation and ThinkPad workstations for AI and ML advancements".BetaNews. 2024-02-15. Retrieved2025-01-15.
  36. ^Woodie, Alex (2024-05-07)."Anaconda Rejiggers Approach to Boost Growth Under New CEO".BigDATAwire. Retrieved2025-01-15.
  37. ^Harris, William (2025-10-16)."Anaconda Appoints David DeSanto as CEO".citybiz. Retrieved2025-11-06.
  38. ^Dey, Victor (2025-05-13)."Anaconda launches an AI platform to become the GitHub of enterprise open-source development".Fast Company. Retrieved2025-08-07.
  39. ^Barron, Jenna (2025-05-13)."Anaconda launches unified AI platform, Parasoft adds agentic AI capabilities to testing tools, and more - SD Times Daily Digest".SD Times. Retrieved2025-08-07.
  40. ^"AI startup Anaconda valued at $1.5 billion in Series C funding".Reuters. 2025-07-31. Retrieved2025-08-07.
  41. ^"Installing conda packages".
  42. ^"Anaconda Navigator".docs.anaconda.com.
  43. ^ab"Navigator Anaconda Navigator".
  44. ^ab"Anaconda | Understanding Conda and Pip".Anaconda. 28 November 2018. Retrieved2021-04-07.
  45. ^"User Guide - pip documentation v21.1.dev0".pip.pypa.io. Retrieved2021-04-07.
  46. ^"Package Security Manager (Cloud)".
  47. ^"Conda – Conda documentation". RetrievedFebruary 25, 2016.
  48. ^"What's the difference between Anaconda, conda, and Miniconda?".FAQ - Bioconda documentation. Retrieved22 April 2020.
  49. ^"Miniconda".conda.io. Archived fromthe original on 2018-09-10. Retrieved2018-07-11.
  50. ^ab"Anaconda repository".anaconda.org.
  51. ^"Anaconda Cloud".anaconda.org.
  52. ^"Managing Python with conda".conda.io. Archived fromthe original on 2018-06-13. Retrieved2018-06-13.
  53. ^ab"What application can I access using navigator?".docs.anaconda.com.
  54. ^"The Qt Console for Jupyter".readthedocs.io.
  55. ^Lorica, Ben (March 24, 2013)."Python data tools just keep getting better". O'Reilly Radar. RetrievedOctober 30, 2014.
  56. ^"Miniconda".conda.io. Archived fromthe original on 2018-09-10. Retrieved2018-06-13.
  57. ^Mathur, Natasha (9 August 2018)."Share projects and environment on Anaconda cloud [Tutorial]".Packt Hub.
  58. ^https://pypi.org/project/conda-build/
  59. ^"Anaconda Assistant Launches to Bring Instant Data Analysis, Code Generation, and Insights to Users".BigDATAwire. Retrieved2025-01-15.

External links

[edit]
Gaming console
Unix-like,
Linux
dpkg
Purely functional
RPM
tarball
Other
macOS
z/OS
Mobile
operating
systems
Multi-platform
Solaris,illumos
Web browsers
Windows
BSD
C++
Java
JavaScript
Kubernetes
Linux
macOS
.NET
Perl
PHP
Python
Ruby
Rust
Scala
Retrieved from "https://en.wikipedia.org/w/index.php?title=Anaconda_(Python_distribution)&oldid=1320810319"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp