Saving journals as HTML
I would like to create an HTML report from a journal which contains various graphical outputs from JMP platforms.
I have created the journal using:
jrn1 = {cp7, cp4, cp6, cp8, cp9, cp2, cp3 } << Journal Window;
which works fine (cp* is various graphs, tables etc). If I then save this journal as HTML from the file menu, it saves the entire journal with all the graphs displayed correctly in the HTML pa...