Introducing Anaconda Code add-in for Microsoft Excel

Excel and Python users can now run their Python-powered projects in Excel locally with the Anaconda Code add-in “I wish there was a way for me to run my Python in Excel locally, without having to run my calculations through Microsoft Cloud.” Since Python in Excel was introduced in August 2023, a clear piece of […]
Analyzing Olympic Game Data with Anaconda

Olympics as Charts The Olympic Games have a rich history dating back to ancient Greece, but the modern Olympics, as we know them, have evolved significantly since its beginning. With the Paris Olympics 2024 on the horizon, let’s visualize its history! Before we dive in… The dataset was downloaded from Kaggle Olympic Games Medals. The […]
Anaconda Accelerates AI Development and Deployment with NVIDIA CUDA Toolkit

We are pleased to announce that NVIDIA CUDA Toolkit 12 is now available on our main (AKA, defaults) channel, a significant update from our support for the previous version, CUDA Toolkit 11.8. CUDA serves as the software layer for NVIDIA GPUs. The CUDA Toolkit gives users a development environment for building high-performance, GPU-accelerated applications. It […]
Introducing Evaluations Driven Development: Building AI Assistants That Deliver Real Value

At Anaconda, we’ve developed a rigorous new approach to AI development called Evaluations Driven Development (EDD). By continuously testing AI models using real-world cases and user feedback, EDD enables us to create AI assistants that are reliable, relevant, and truly impactful for users. Our Anaconda Assistant, an AI coding companion for data scientists, exemplifies the […]
Introducing AI Navigator: Your Secure Desktop Gateway to Generative AI

Editor’s Note: As of Sept. 30, 2024, Anaconda AI Navigator is now officially in GA. Learn more here The Anaconda team is thrilled to announce the public beta launch of AI Navigator, Anaconda’s newest product designed to bring the power of large language models (LLMs) directly to your desktop. Getting started is as simple as downloading AI […]
New Release: Anaconda Distribution 2024.06

We are excited to announce the 2024.06 release of Anaconda Distribution, Anaconda’s free data science distribution installer, which includes: Python – the most widely used programming language for data science and machine learning conda – the open-source, cross-platform package and environment manager Anaconda Navigator – our desktop application, built on conda, that enables you to […]
Anaconda Recognized in insideBIGDATA’s IMPACT 50 List

We’re thrilled to announce that Anaconda has been named one of the most impactful companies in the industry by insideBIGDATA, securing the 19th position on their prestigious IMPACT 50 List. This recognition underscores our commitment to democratizing access to cutting-edge data science and AI tools. insideBIGDATA, a trusted source for news and insights in the […]
Anaconda Not Affected by Malicious xz Code

What Happened? A March 29, 2024 announcement brought to light malicious code that affects the latest version of the “xz” tools and libraries. This was an identified level 10 severity CVE. We want to take this opportunity to reassure you that Anaconda products and packages were not impacted by this incident and our customers are […]
Visual Data Analysis with Python in Excel: Using Line Charts

This is the fifth and final in a series of blog posts that teach you to analyze data using Python code in Microsoft Excel visually. If you are new to Python in Excel, you should start with my Python for Excel Analysts blog series, which covers many concepts that will be assumed in this blog series. This […]
Visual Data Analysis with Python in Excel: Using Bar Charts

This is the fourth in a series of blog posts that teach you to analyze data using Python code in Microsoft Excel visually. If you are new to Python in Excel, you should start with my Python for Excel Analysts blog series, which covers many concepts that will be assumed in this blog series. This series will […]