User Portlet User Portlet

Discussions
I'd enjoy seeing dynamic pan and zoom with 2d plots, similar to what you can already do with the 3d plots. It would be invaluable when exploring large datasets, without having to hand-roll something with Manipulate and PlotRange.
WDX seems to work well for datasets, and gives a high level of compression as well, e.g.: Clear[dataset, datasetwdx, datasetm] dataset = ExampleData[{"Dataset", "StatePopulations"}]; Export["statepop.m", dataset]; ...
How soon should this show up in for Home Annual users? I still only see 10.1 in my User Portal.
I just had the Upgrade option show up for me this morning and downloaded - give it another look.
I had a similar issue on OS X. Forcing a reinstall via `CUDAResourcesUninstall[]` followed by `CUDAResourcesInstall[]` worked for me.
I'm a Mathematica 9 Home edition user. I decided to go with the annual Developer Cloud option to get Wolfram Desktop, and I'm pretty much using it just like I did MM9. The only significant difference impacting my usage so far is that I cannot save...
The "test your API" feature sounds great! It's good to hear you're actively looking for ways to help us better understand usage scenarios. Perhaps some information on profiling and what to expect from deployment? For example, is a call to Timing[]...
Now that we're talking real money (via cloud credits) for WL execution time, are there any plans to eventually support CompilationTarget -> "C", for example? Even the trivial examples in the documentation show ~7x performance increase. Speaking to...