0
How can I install the GUI like the Windows version of anaconda on linux?
I am preparing an exam at the University for which I have to program in python. Having a laptop that does not support windows well, I am forced to install it on Debian. I installed it from the site, but I can not get the GUI and an icon. Does anyone know how to help me about it?
2 Respostas
+ 3
I have found this instruction:
http://docs.continuum.io/anaconda/navigator/getting-started/#navigator-starting-navigator
It says you should start the navigator with a terminal command.
Open a Terminal window and type anaconda-navigator.
0
Thank you so much, mate!