Message Boards Message Boards

Enabling dynamic interactivity in Mathematica Cloud

Posted 10 years ago

When deploying Dynamic structures, CloudDeploy successfully creates a CloudObject. Likewise, upon execution a url is successfully launched and objects are displayed but an error message "Interactivity is not enabled" is generated. How do I enable interactivity or otherwise fix the problem? here is an example.

CloudDeploy@ DynamicModule[{x}, Row[{Slider[Dynamic[x], {-[Pi], [Pi]}], Spacer[25], Dynamic[x]}]]

POSTED BY: Jonathan Miller
2 Replies
Posted 10 years ago

@Nasser, thanks that did it.

POSTED BY: Jonathan Miller

Try adding Permissions->"Public"

POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract