(name, value)
| 250 | inf = get_sys_info() |
| 251 | out = [] |
| 252 | def _add(name, value): |
| 253 | out.append((name, value)) |
| 254 | |
| 255 | _add('IPython version', inf['ipython_version']) |
| 256 | _add('IPython commit', "{} ({})".format(inf['commit_hash'], inf['commit_source'])) |