696 views

1 Answer

3 3 votes

I recommend you use the Anaconda with Python 3.6.  To avoid conflicts, first, remove any other Python distributions you already installed.

You can take a look at the following video tutorials:

General Introduction from Lynda (here you can see how to use Lynda.com for free)

Anaconda on Mac: Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough (30 minutes)

Note: If you are installing on Windows, during your installation it asks you if it should be added to your PATH. I highly recommend you add it to the PATH as you can see both of the following boxes should be checked in installation:

If you already installed it and forgot to add it to your path, look at the following video to see how you can add Anaconda to the PATH after installation:

Anaconda on Windows 10: How to set PATH for Anaconda to run Jupyter Notebook from the command line (8 minutes)

edited by

Related questions

6 6 votes
1 1 answer
700
700 views
Neo asked Sep 19, 2018
700 views
Hello,If someone can post the video tutorial for Pandas, Numpy and Matplotlib. I would appreciate it. I know that Lynda.com has those videos but I still have to get my Li...
1 1 vote
1 answers 1 answer
15.2k
15.2k views
interview asked Oct 10, 2018
15,216 views
I can update all the libraries and packages on Anaconda using the following command:conda update all But it does not update conda itself. Is there any special command fo...
1 1 vote
1 1 answer
2.8k
2.8k views
tofighi asked Feb 27, 2020
2,766 views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
0 0 votes
1 1 answer
900
900 views
1 1 vote
1 1 answer
2.0k
2.0k views
Mansidhawan asked Sep 29, 2018
2,014 views
I am trying to update the Anaconda through cmd terminal but I am getting an error message of Access is denied. Although I am updating it through Admin account only. What ...