Bobby Digital
Bobby Digital

Reputation: 79

anaconda launcher links don't work

I've installed anaconda on mavericks osx. When I'm trying to install ipython notebook from launcher app - it shows message that app is installing, but nothing happens after. Also links in launcher don't work and I can easily start ipython notebook from terminal. So I guess something wrong with launcher itself.

How can I fix it?

Upvotes: 2

Views: 14752

Answers (4)

sushmit
sushmit

Reputation: 4601

As of conda 4.1.0 it is recommended to use navigator , For me the launcher stopped working . To install conda navigator

conda install anaconda-navigator

Upvotes: 6

Nikc
Nikc

Reputation: 11

Had the same issue on MacOSX Yosemite. Was able to run the launcher by typing 'launcher' in the terminal. And then by changing the bash profile IPython Notebook started working

https://coderwall.com/p/-k_93g/mac-os-x-valueerror-unknown-locale-utf-8-in-python

Upvotes: 0

Brian Feeny
Brian Feeny

Reputation: 451

conda install -f launcher
conda install -f node-webkit

The Launcher application requires both of these on OSX.

It is also a good idea to make sure you Anaconda environment is up to date first with:

conda update conda
conda update anaconda

Upvotes: 8

Ahlem Super Woman
Ahlem Super Woman

Reputation: 29

Use Anaconda full suite , that include installing all the tools and necessary packages ,it works fine for me , I didn't use the Launcher !

Upvotes: 0

Related Questions