As shown here:
My functions disp and man (defined above in the notebook) aren't evaluated when published the cloud/viewable in a webpage. How can I get around this?
As shown here:
My functions disp and man (defined above in the notebook) aren't evaluated when published the cloud/viewable in a webpage. How can I get around this?
You will need to set the SaveDefinitions -> True option in your Manipulate function. See http://reference.wolfram.com/language/ref/SaveDefinitions.html