如何在I
Python中默认启用漂亮打印?我无法在任何地方找到有关如何执行此操作的明确说明.
非常感谢!
非常感谢!
解决方法
$ipython help notebook | grep pprint -A1 --pprint Enable auto pretty printing of results. -- --no-pprint Disable auto auto pretty printing of results. $ipython help console | grep pprint -A1 --pprint Enable auto pretty printing of results. -- --no-pprint Disable auto auto pretty printing of results.