In the Anaconda repository, there are two types of installers: “Anaconda installers” and “Miniconda installers“. What are their differences? Besides, for an installer file, Anaconda2-4.4.0.1-Linux-ppc64le.sh, what does 2-4.4.0.1 stand...
I have Anaconda installed on my computer and I’d like to update it. In Navigator I can see that there are several individual packages that can be updated, but...
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 Anaconda docs it says this is perfectly...
I have a conda environment named old_name, how can I change its name to new_name without breaking references? 8 Answers 8 You can’t. One workaround is to create clone...
I tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven’t been able to figure it out. Where exactly is this “start in” field? I’ve a...
I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that environment. The problem is that Jupyter Notebook does...
This question already has answers here: python matplotlib framework under macosx? (11 answers) Closed 8 years ago. I have issue after installing the matplotlib package unable to import matplotlib.pyplot...