En Linux Mint 18.1, lo siguiente es lo que obtengo cuando intento iniciar Anaconda Navigator hoy. Funcionó anoche:
$ python3
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:09:58)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> anaconda-navigator
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'anaconda' is not defined
>>>
Respuesta1
Esto se debe a que está iniciando el navegador anaconda desde el shell de Python. Primero debe salir del shell para iniciar Anaconda Navigator. Puedes salir del shell con:
exit()
o presione Ctrl+ D.
En la línea de comando, puedes escribir:
anaconda-navigator