1

IPython 文档引用了一个 %bg 魔术函数。但是,当我尝试在 0.12.1 中使用它时,找不到它。我错过了一些明显的东西吗?

In [38]: %bg
ERROR: Magic function `bg` not found.

%lsmagic 给出:

In [46]: %lsmagic
Available magic functions:
%alias  %autocall  %automagic  %bookmark  %cd  %clear  %cls  %colors  %config %connect_info  %debug  %dhist  %dirs  %doctest_mode  %ed  %edit  %env  %gui  %guiref  %hist  %history  %install_default_config  %install_profiles  %less  %load_ext  %loadpy  %logoff  %logon  %logstart  %logstate  %logstop  %lsmagic  %macro  %magic  %more  %notebook  %page  %pastebin  %pdb  %pdef  %pdoc  %pfile  %pinfo  %pinfo2  %popd  %pprint  %precision  %profile  %prun  %psearch  %psource  %pushd  %pwd  %pycat  %pylab  %qtconsole  %quickref  %recall  %rehashx  %reload_ext  %rep  %rerun  %reset  %reset_selective  %run  %save  %sc  %store  %sx  %tb  %time  %timeit  %unalias  %unload_ext  %who  %who_ls  %whos  %xdel  %xmode
4

1 回答 1

1

自从%bg0.11 的大 IPython 重构以来,魔法还没有恢复,但是重新实现它的库代码已经更新

这是一个开放的问题,并且总是欢迎请求请求。

于 2012-05-30T22:53:07.590 回答