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...
  • May 15, 2022
  • 0 Comments
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...
  • May 14, 2022
  • 0 Comments
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...
  • May 5, 2022
  • 0 Comments
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...
  • May 4, 2022
  • 0 Comments
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...
  • May 3, 2022
  • 0 Comments
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...
  • May 3, 2022
  • 0 Comments