User Portlet User Portlet

Discussions
Local files are fixed in 10.0.1
Planned to do some work this morning but the Wolfram Cloud is not accessible, neither from the browser nor from the Wolfram Desktop. **Where on the wolfram.com site can you see if the status of the service **? Most ISP and cloud service providers...
Great! It worked even better with my real data when I replaced the csv value for the format parameter and parameter to Import with xlsx. Date and structure was more like the straightforward import of the direct sharing link.
Use RuleDelayed (:>) for the initialization, for example deploy this as a standalone and note how 'a' gets reinitialized every time: Manipulate[ x + a, {x,0,1}, Initialization :> (a=RandomReal[]) ]