Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

How do I install Python OpenCV through Conda?

I'm trying to install OpenCV for Python through Anaconda, but I can't seem to figure this out. I tried conda …

python opencv anaconda conda
How to run Conda?

I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I …

python bash anaconda conda
Python Anaconda - How to Safely Uninstall

I installed Python Anaconda on Mac (OS Mavericks). I wanted to revert to the default version of Python on my …

python anaconda
How to change the Jupyter start-up folder

I tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven't been able to figure it out. …

path anaconda jupyter-notebook jupyter
How to activate an Anaconda environment

I'm on Windows 8, using Anaconda 1.7.5 64bit. I created a new Anaconda environment with conda create -p ./test python=2.7 pip from …

python virtualenv anaconda conda
How do I update Anaconda?

I have Anaconda installed on my computer and I'd like to update it. In Navigator I can see that there …

python anaconda conda
How do I upgrade to Python 3.6 with conda?

I'm new to Conda package management and I want to get the latest version of Python to use f-strings in …

python macos anaconda conda
Using Pip to install packages to Anaconda Environment

conda 4.2.13 MacOSX 10.12.1 I am trying to install packages from pip to a fresh environment (virtual) created using anaconda. In the …

python pip anaconda environment
'Conda' is not recognized as internal or external command

I installed Anaconda3 4.4.0 (32 bit) on my Windows 7 Professional machine and imported NumPy and Pandas on Jupyter notebook so I assume …

python anaconda conda data-science
How to change default Anaconda python environment

I've installed Anaconda and created two extra environments: py3k (which holds Python 3.3) and py34 (which holds Python 3.4). Besides those, …

python anaconda conda