User Portlet User Portlet

Joel Klein
Discussions
`Append` takes the list (or expression) as its first argument, and the thing to append as the second. So when you showed `Append[{" "},array1]`, I wonder if you meant `Append[array1, " "]`. Also, what format of table were you hoping to get?...
> In CloudExport[nbexpr, "NB"] What is nbexpr in this case? It's an expression with a `Notebook` head, in the form `Notebook[{cell1, cell2, ...}]` as outlined in the documentation: http://reference.wolfram.com/language/ref/Notebook.html
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.