Message Boards Message Boards

Sharing Manipulate

I have created a slideshow with several manipulate cells. They work beautifully, but I would like for others to see them. Is there a way to share this show with my students who do not have Mathematica so that they can manipulate the sliders, say using the Player?

I tried converting the notebook to a CDF document, but that failed. I am doing that "remote teaching" thing and I'd like to get them as much in the way of resources as I can. Any help would be appreciated.

3 Replies

I tried converting the notebook to a CDF document, but that failed.

What specifically did fail? Did you try the Option SaveDefinitions -> True, e.g.:

Manipulate[
 Plot3D[Sin[a x] Cos[b y], {x, -6, 6}, {y, -6, 6}, 
  PerformanceGoal -> "Quality"], {a, -3, 3}, {b, 1, 5}, 
 SaveDefinitions -> True]
POSTED BY: Henrik Schachner

Please see: https://www.wolfram.com/cdf/adopting-cdf/deploying-cdf/web-delivery-cloud.html

CDF Web Delivery: Cloud Wolfram Notebooks can be deployed as embedded objects within webpages or viewed as full-screen documents within a browser using the Wolfram Cloud. Content deployed via the cloud is natively enabled and does not require the installation or use of Wolfram CDF Player or any other web plugin.

POSTED BY: Sam Carrettie

That worked great. Thanks.

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