%lsmagic を実行すると、ipython ノートブックで次のようになります。
Available cell magics:
%%! %%bash %%capture %%file %%perl %%prun %%python3 %%ruby %%script %%sh %%sx %%system %%timeit
私は見ることを期待しています:
使用可能なセル マジック: %%! %%HTML %%SVG %%bash %%capture %%debug %%file %%html %%javascript %%latex %%perl %%prun %%pypy %%python %%python3 %%ruby %%script %% sh %%svg %%sx %%system %%time %%timeit %%writefile
Python のバージョンは 2.7.4 で、Ipython のバージョンは 0.13.2 です。また、Ubuntuでこれを行っています。ipython マジックを更新するにはどうすればよいですか?