User Portlet User Portlet

Discussions
Thank you, John. This functionality is not really key for my use, though it would be nice to have. I hope something will come out in the future.
Hi Dominic, We do support interaction of 3D graphics in the Wolfram Cloud based on webgl. That means you can rotate, pan, and zoom your 3D object with just a web browser. The initial rendering is an image, when you interact with the graphic it...
John, does this include the browser in a chromebook?
We improved our Manipulate support some time ago, but you may or may not have tried your example recently. You can now interact with Graphics and Graphics3D within Manipulate. You can now rotate the 3D plot in this example: ...
Thanks. It now works here (Chrome 44). Though the audio quality is extremely poor. Even if with sample rate raised: Play[Sin[400 2 Pi t], {t, 0, 1},SampleRate -> 44000]
Hi John, thanks for the reply. This finally solved my problem!
Using ExportForm[..., "CloudCDF"] allows you to deploy things with interactivity. For example: CloudDeploy[ExportForm[BarChart[Tooltip /@ {1, 2, 3, 4}],"CloudCDF"],Permissions->"Public"] Allows anyone to view the BarChart interactively,...
Dear David, I can reproduce what you describe. I also suspect that it is probably an unwanted feature, i.e. a bug. Other formats in ExportString seem to work ok-ish. ExportString[(1 + a)/b, "TeX"] seems to work alright in the cloud....
So what happened to the Wolfram Calculator — it looked good in the demo? Happy Birthday, Wolfram Calculator, wherever you are... :)
Correct, 3D Graphics within a Manipulate are not currently interactive. It is something that we plan to have in the future.