Which will good platform to perform anaconda navigation or other and install the package on anaconda ide

0 votes
Apr 8, 2020 in Python by daulat
• 120 points
604 views

1 answer to this question.

0 votes

Hey, @Daulat,

We use Anaconda Navigator to launch an application. After that, you need to create and run a simple Python program with Spyder and Jupyter Notebook.

First, you need to open Navigator, if you are working with Windows,  you need to Start menu, click the Anaconda Navigator desktop app. 

  • With Linux: Open a terminal window and type anaconda-navigator. Now Run Python in Spyder IDE. If you already have Spyder installed, you can jump right to the Launch step.
  • Launch Spyder by clicking Spyder’s Launch button.

  • In the new file on the left, delete any placeholder text, then type or copy/paste print("Hello Anaconda").

  • In the top menu, click File - Save As and name your new program hello.py.

  • Run your new program by clicking the triangle Run button.

  • You can see your program’s output in the bottom right Console pane.

Regarding installing the package on anaconda IDE:

The Python Spyder IDE comes as a default implementation along with Anaconda Python distribution. This is not just the recommended method, but also the easiest one. Follow the steps given below to install the Python Spyder IDE::

  • Go to the official Anaconda website using the following link: https://www.anaconda.com
  • Click on the Download option on the top right as shown below:
  • Once the installer is downloaded, you can see a dialog box for the Setup. Complete the Setup and click on Finish.
  • Then, search for Anaconda Navigator in the search bar of your system and launch Spyder. Once launched, you will see a screen.

This was about your doubt and to know more about how other things are going to work, then you can go through this: https://www.edureka.co/blog/spyder-ide/#installation

answered Apr 8, 2020 by Gitika
• 65,910 points

Related Questions In Python

0 votes
1 answer

How to handle AssertionError in Python and find out which line or statement it occurred on?

Use the traceback module: import sys import traceback try: ...READ MORE

answered Dec 18, 2018 in Python by charlie_brown
• 7,720 points
5,337 views
+1 vote
1 answer

How to install tensorflow using anaconda and python 3.7.1 on windows?

Since I am using python 3.5 so ...READ MORE

answered Aug 19, 2019 in Python by Arvind
• 3,040 points
8,832 views
0 votes
1 answer

What's the right way to concatenate files and appending the New Line character in Python? Text or binary mode?

It seems like you're using the wrong ...READ MORE

answered Nov 13, 2018 in Python by Anirudh
• 2,080 points

edited Dec 14, 2018 by Anirudh 1,208 views
0 votes
1 answer
0 votes
1 answer

How to install Python on Windows and set path variable?

Install python from this link https://www.python.org/downloads/ After ...READ MORE

answered May 24, 2019 in Python by anonymous
• 180 points
2,443 views
0 votes
1 answer

What are the best IDE/platform to write code in Python

Just as any other programming language, even ...READ MORE

answered May 28, 2019 in Python by Harsh
• 260 points
517 views
0 votes
1 answer

How to install WordCloud or an equivalent package on Anaconda Python 3.7?

Hey, @Jhonny, Could you please post how did ...READ MORE

answered May 5, 2020 in Python by Gitika
• 65,910 points
4,143 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP