reset password
Author Message
dtang9
Posts: 52
Posted 10:32 Aug 30, 2019 |

In Lecture 4, I tried the link https://www.continuum.io/downloads but I keep getting Error 522. I was wondering if there is another website to download and install Anaconda with Python.

kevinNgo
Posts: 3
Posted 10:35 Aug 30, 2019 |

Check it out to see if this one is what you are looking for: https://www.anaconda.com/distribution/#download-section

dtang9
Posts: 52
Posted 10:38 Aug 30, 2019 |

The link you provided does have Anaconda with Python. I will try downloading and installing it.

dchang33
Posts: 2
Posted 10:51 Aug 30, 2019 |

Installing Jupyter Notebook with pip

If you have Python 3 installed (which is recommended):

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

There are other download methods:  https://jupyter.org/install

After installing, you can just run cmd   " jupyter notebook ".

mpourhoma
Posts: 39
Posted 11:35 Aug 30, 2019 |

Okay, Try: https://www.continuum.io

And then click on Download! 

Install version 3.7.

Last edited by mpourhoma at 11:38 Aug 30, 2019.
dtang9
Posts: 52
Posted 15:25 Aug 30, 2019 |

Thank you everyone for the help. I was able to install it.