A Faster Solver for Conda: Libmamba

conda 22.11 update: The libmamba solver’s experimental flag has been removed. To use the new solver, update conda in your base environment: conda update -n base conda conda update -n base conda To install and set the new solver, run the following commands: conda install -n base conda-libmamba-solver<br /><br /> conda config –set solver libmamba […]

Anaconda’s Response to the War in Ukraine

Over the last few weeks, we at Anaconda have watched Russia’s invasion of Ukraine with horror and sadness. The destruction of human lives and cities is appalling, and the scale of the humanitarian disaster will be felt for generations to come. As a company, we have discussed what we should, or can, do in response […]

Real-time Dashboard in Python: Streaming and Refreshing

Data scientists use data visualization to communicate data and generate insights. It’s essential for data scientists to know how to create meaningful visualization dashboards, especially real-time dashboards. This article talks about two ways to get your real-time dashboard in Python: First, we use streaming data and create an auto-updated streaming dashboard. Second, we use a […]

Anaconda is Launching Long-Term Support

This new commercial offering will provide extended support and security fixes for a subset of Anaconda-built packages. I am pleased to announce that Anaconda will be launching Long-Term Support (LTS) for Python conda packages as a commercial offering in the coming months. With over 90% of the top 10 Fortune-ranked finance, retail, and technology companies […]

A New Way To Connect with Other Anaconda Users

Back in December 2021, we launched the Anaconda Community, our first-ever space for users to get insights into the newest developments in the world of data, get “unstuck” where they may have a problem, and reach out for technical help. It also allows individuals to engage with other professionals and ask questions to the broader […]