User Portlet User Portlet

Discussions
Thanks John I’ll look forward to the fix. Ken
Thanks Sean. The expansion of x +=1 explains it, so this works: replace: **f[item]+=1** with **i=item;f[i]+=1** : I had been using an association instead of a list to keep track of frequencies, so there is no need to add one for the offset.
David: Yes, the value of $AddOnsDirectory in the Raspberry Pi version of Mathematica is /usr/share/WolframEngine/Kernel The init file evaluates, but for some reason, the Serial connection doesn't get established when I try to do it as...
I figured out that all I had to do is disable the Device Tree using raspi-config / Advanced Options. My only concern is that I read that this may not be a reasonable option in the future. I would hope that more guidance in connecting devices using...
CloudConnect was what I was missing. Now it works thanks Ken
One clarification. I put the package in the Applications folder of my cloud storage and can evaluate it with "less than less than"package name` in another Notebook in my cloud. That works fine. What I can't seem to do is use the package in an...