8

IPython 4 is out! And I'm keen to try it. But I am running iPython under conda.

Before conda adds version 4 to its repository, is there a safe way to install IPython 4 manually?

I tried:

pip install --upgrade jupyter  

and it corrupted my installation. Any ideas?

1
  • 3
    It should be safe to conda uninstall ipython and then pip install jupyter into your environment. Commented Aug 13, 2015 at 18:50

1 Answer 1

8

For me, similar to what Thomas mentioned in his comments, the following worked

conda update conda
conda uninstall ipython
conda install jupyter

The first two steps may not be necessary, but better save than sorry.

Sign up to request clarification or add additional context in comments.

1 Comment

It seems that my version (???) does not have uninstall option, so what I did was to use conda remove ipython instead. There is ??? there because during the process the whole conda broke down and now I cannot even use conda. I am now getting the following error: ImportError: No module named requests

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.