User Portlet User Portlet

Joel Klein
Discussions
Building on the electoral votes data in [http://community.wolfram.com/groups/-/m/t/959473][1], we can make an election night watcher. The idea here is to start with a balance of states that are expected vote one party or the other, leaving a list...
Yep, I have some other material where states are dealt with as entities. Those are all good suggestions for thing to study based on this. The types of directions I was thinking for this were supporting what-if scenarios for battleground states,...
Do you have a specific error message or any information on the external API (e.g. link to documentation)?
I get the same thing, timing from a cloud notebook. (You would get something quite a bit slower connecting from the desktop product due to difference in network time.) I'll pass this along to the CloudExpression folks. CloudExpression is a new...
Two points: 1. We are adding support for all the file property functions. In coming Mathematica versions and CloudObject paclet updates, FileDate and FileByteCount on a CloudObject should work as expected. 2. CloudObjectInformation is being...
What is FileByteCount["BtNeuralNetwork"]? And in an APIFunction, what is your Median First@AbsoluteTiming[Get["BtNeuralNetwork"]]?
Hi Sascha! An Instant Web Computation is a Delayed expression that has been CloudDeployed: https://reference.wolfram.com/language/ref/Delayed.html. It is essentially an APIFunction with no parameters, although it does have a convenience...
It looks like Import from a URL is not working in an API due to a bug, an overzealous security setting. We'll get that fixed soon.
I did find my API key, so now I can play with it. I'm seeing a 500 response when no UserAgent is specified. We should be able to take it from here.
The second argument to FormFunction is function that expects a single Association (as is also true of APIFunction). The arguments coming to the FormFunction are available as named slot parameters, written like #Basis. It is not recommended to use...