标签: ipython
在[3]中:ipcluster start -n 4 文件“”,第1行 ipcluster start -n 4 ^ SyntaxError:语法无效
答案 0 :(得分:1)
根据http://mail.scipy.org/pipermail/ipython-user/2011-April/007477.html,您可能正在尝试从Python运行命令行脚本。您应该尝试从命令行运行ipcluster。