User Portlet User Portlet

Discussions
In teaching Mathematica, I frequently annotate code with text cells that include System names and other small bits of code. Until now, if you were writing something like "The name for the number pi is Pi." you could highlight Pi, and covert it to...
If I evaluate the following code, I get what I expect - roughly half 1's and a quarter 0's and 2's. n = 2; p = 0.5; item := RandomVariate[BinomialDistribution[n, p]]; Table[item, {1000}] // Tally However, if I then evaluate...
I have a Raspberry Pi connected via a USB serial connection to an Arduino Uno, which is connected to an AM2302 humidity/temperature sensor. I am able to read the data from the sensor into Mathematica and then send the data by email and to a web...
I want to be able to load a package that I've uploaded to my Cloud account. I'm not sure how to do it, but the usual way to load a package doesn't seem to work. I see that there is a cloud-related function called ExternalBundle. Is that used to...