In [7]:
import sys
sys.path.append('../')
sys.path.append('../../')

from errorpro.interactive import *
init(locals())

In [5]:
%%eq
a = 3 <1>
b = 2 <1>
c = 3.5 <1>
{d <1>
1
2
3
}

In [6]:
mean(a,b,c,weighted=True)


Out[6]:
Displaying: $NoName_{2}$

$NoName_{2} \; \mathrm{\left[1\right]}$
$2.8 \pm 0.6$