Report this

What is the reason for this report?

Instalé anaconda según el tutorial pero no puedo correr spyder. Cómo se hace?

Posted on May 21, 2021

Seguí el tutorial de https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart para instalar anaconda. Y NO arrojo ningún mensaje de error. Pero no puedo abrir spyder.

Escribí lo siguiente

(my_env) root@hostname:/tmp# spyder

me dice:

Command spyder not found, but can be installed with: apt install spyder

Lo hice y me dice

enable to locate package spyder



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @carvajalo68,

I had to translate the question in the Google Translate option and I might get something wrong but it seems you want to install Spyder, is that correct?

By Spyder do you mean the following - Sypder IDE website?

If that’s the application you are looking for, you can install it following this guide on their official website:

https://docs.spyder-ide.org/current/installation.html

Regards, KFSys

Hello, @carvajalo68

You should type spyder on the anaconda prompt otherwise, Ubuntu will try to locate a separate binary. You can check the official docs here:

https://docs.anaconda.com/anaconda/user-guide/getting-started/#optional-launch-spyder-or-jupyter-notebook-from-the-command-line

  1. At the Anaconda Prompt (terminal on Linux or macOS), type spyder and press Enter. Spyder should start up just like it did when you launched it from Anaconda Navigator.

  2. Close Spyder the same way you did in the previous exercise. At the Anaconda Prompt (terminal on Linux or macOS), type jupyter-notebook and press Enter.

  3. Jupyter Notebook should start up just like it did when you launched it from Anaconda Navigator. Close it the same way you did in the previous exercise.

Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.