IN WINDOWS : Download the Anaconda installer
(TIP : IF IMAGES ARE BLURRED , TAP ON THEM FOR FULL SCREEN IMAGE)
1] Click the link the download will be started!
2] Double click the downloaded file to launch.
3] Click NEXT
4] Read the licensing terms and click “I Agree”.
5] Select an install for “Just Me”
6] Select a destination folder to install Anaconda and click the Next button
7] Choose whether to add Anaconda to your PATH environment variable. We recommend not adding Anaconda to the PATH environment variable, since this can interfere with other software. Instead, use Anaconda software by opening Anaconda Navigator or the Anaconda Prompt from the Start Menu.
8] Choose whether to register Anaconda as your default Python. Unless you plan on installing and running multiple versions of Anaconda or multiple versions of Python, accept the default and leave this box checked
9] Click the Install button. If you want to watch the packages Anaconda is installing, click Show Details. Click the Next button.
10] After a successful installation you will see the “Thanks for installing Anaconda” dialog box:
After installing open Anaconda and open jupyter notebbok .
WE WILL BE WRITING OUR CODES IN JUPYTER NOTEBOOK & RUN THEM.
After opening Jupyter You will see something like this
On the top right corner You will see new click on it & click on Python
Thats it now your python text editor will be opened & you are good to go.
Comments
Post a Comment