In an ipython notebook when I run %lsmagic I get:
Available cell magics:
%%! %%bash %%capture %%file %%perl %%prun %%python3 %%ruby %%script %%sh %%sx %%system %%timeit
I'm expecting to see:
Available cell magics: %%! %%HTML %%SVG %%bash %%capture %%debug %%file %%html %%javascript %%latex %%perl %%prun %%pypy %%python %%python3 %%ruby %%script %%sh %%svg %%sx %%system %%time %%timeit %%writefile
My python version is 2.7.4 and my Ipython version is 0.13.2. Also I'm doing this on Ubuntu. How do I update my ipython magics?