Example notebook showing a static output, e.g. a Plot
In[]:=
Plot[{Sin[x],Sin[2x],Sin[3x]},{x,0,2Pi},PlotLegends"Expressions"]
Out[]=
sin(x)
sin(2x)
sin(3x)