Friday, May 29, 2020

How To Setup Anaconda Python , Anaconda Navigator ,Jupiter , Spyder And Qtconsole On Windows 10

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows you to launch applications and easily manage conda packages, environments, and channels without using command-line commands.


Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.


Spyder is an open source cross-platform integrated development environment for scientific programming in the Python language.


Qtconsole is a very lightweight application that largely feels like a terminal, but provides a number of enhancements only possible in a GUI, such as inline figures, proper multiline editing with syntax highlighting, graphical calltips, and more.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Testing Environment: Windows 10 64 Bit

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Anaconda Installers - https://www.anaconda.com/products/individual


conda --version

python --version

conda info

jupyter notebook --version

jupyter-notebook

anaconda-navigator

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


No comments:

Post a Comment