User Portlet User Portlet

Joel Klein
Discussions
In the desktop try evaluating this to get the URL for your notebook: CloudObject["wri-fe-12663.nb"] and for your published notebook: CloudObject["Published/wri-fe-12663.nb"] Is anything at either of those locations? When you...
Apologies for the response delay. Here’s the command I’m executing. I’m trying to export a pair of graphics side-by-side: CloudExport[Image3D[#]& /@ {s2Scan3Data, s2Scan5Data},"JPEG", "SPRITE.jpg"] Thank you for your consideration.
I created a cloud form that takes too long to evaluate. Does the cloud server abort after a certain amount of time if the computation isn't finished?
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your...
Thanks Bob. Two excellent solutions here. Much appreciated.
Good catch, I forgot to check that before publishing. Try it now.
Ok I see. Well thank you for the information and help on how to implement the Null output using the CompoundExpression.
Thank you very much Joel, it took me a while to get everything running but it seems that it is working now. I apologize for my "I can't make it work", I don't know why I was cycled in the same mistake over and over and I was frustrated. Your advice...
Some extra information. The Kx3 file is quite big, 2.5MB. I can open this file in the Cloud explorer (3456x3456 pix). In[20]:= FileByteCount["Kx3.jpg"] Out[20]= 2554372 The information of the session limits and "successful" ...
Thanks. That worked great. Saved this week's assignment.