I\'ve just installed IPython 3.0 using pip on my laptop, which is running Ubuntu 14.04:
IPython
pip
Ubuntu
$ pip search ipython ipython-clust
An older version of IPython was installed previously using apt-get. Remove the older version using apt-get remove ipython.
apt-get
apt-get remove ipython
jupyter nbconvert --to notebook --nbformat=3 <file.ipynb> worked for me. My local anaconda2 support version 4 but docker's ipython cannot.
jupyter nbconvert --to notebook --nbformat=3 <file.ipynb>