Dear murray, try the show
function. E.g. Plot3D[Sin[x y],{x,-Pi,Pi},{y,-Pi,Pi}] // show
It will return the address of the exported output; if you click it, a new browser tab will open.
If your browser does not open the exported graphics, browse into the JWLSout
folder in your notebook home folder ; that's a temporary folder with out.pdf
of out.png
in it. You can keep the out.pdf
tab open and refresh it everytime you call again show
because it will be overwritten.