在 ipython 笔记本中,当我运行 %lsmagic 时,我得到:
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 魔法?