User Portlet
Featured Contributor
| Discussions |
|---|
| It sounds like you want the APIFunction to use the request body and parse it as JSON. The first argument to APIFunction is the list of parameters, which are obtained either from query parameters or as you first indicated, or from parameters in the... |
| This is a quick way to make yourself a weekly reminder that emails you Friday morning at 8 o'clock, using Wolfram Cloud: ``` task=CloudDeploy[ ScheduledTask[ SendMail[{"It's a great day to not push to production","Have a great... |
| 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... |