Wouldn’t it be nice if we had uncertainty with a nice notation in IPython? The current method would be to use raw Python, fromuncertaintiesimportufloatprint(ufloat(12.34,0.01)) 12.340+/-0.010 Let’s use the infix library to make the notation easier. We’ll define |pm| to mean +/-.