Page 417 - AI Ver 3.0 class 10_Flipbook
P. 417
Step 12 Select the Just Me radio button and click on the Next button.
The Choose Install Location page displays.
Step 13 Specify the location to install the setup and click on the Next button.
The Advanced Installation Options page displays.
Step 14 Select the respective check boxes of the advanced installation options and click on the Install button.
The Anaconda software will be installed.
After installing Anaconda, you can open the Anaconda Prompt by typing 'Anaconda Prompt' in the Windows
search bar. The Anaconda Prompt is a command-line interface used for Python programming, enabling the
creation of virtual environments and the management of installed packages.
Anaconda Navigator serves as an alternative to the Anaconda Prompt. It is a desktop graphical user interface
included with Anaconda that allows you to configure settings, install packages, and launch tools such as Jupyter
Notebook. Jupyter Notebook can also be accessed through the Anaconda Prompt via a local host.
Understanding Jupyter Notebook
Jupyter Notebook is an open-source web-based application where a single document contains Python code,
output window, explanations, formulas, charts, etc. It is a very powerful tool popular with data scientists and AI
experts for data cleaning, statistical modelling, visualization, Machine Learning, Deep Learning etc. needed for
developing and presenting Artificial Intelligence models and projects.
The Jupyter Notebook is the next version of IPython Notebook, which was first published as a prototype in 2010.
It supports many programming languages like Python, R, Julia etc. You can also work in a Jupyter notebook in
online mode using https://colab.research.google.com/
Advance Python (Practical) 415

