I'm using Mathematica for Students on a Mac. How do I export a CDF document to HTML? According to the Wolfram website I should click on File > Deploy > Export as HTML. But I do not see the Deploy contextual menu item in my File menu. Has it been moved on the Mac version?
|
|
||||
| show 1 more comment |
|
You do not really need a tool to depoly your CDF to HTML. It is very simple to do by hand. Here is what I do
ps. If you want to just show the Manipulate part in your CDF and not the code around it, then before doing SAVE AS, select the code cells and do So that the code cells (or any other cell you choose to close) are not open for view. This way, when someone sees your CDF, they only see the GUI part (i.e. the manipulate) and not any other cell you did not want them to see). |
|||
|
|
The deploy functionality was introduced in Mathematica 8.0.4. To my knowledge, it is not available in 8.0.1.0, see the changelog. |
|||
|
|


Deployis the fifth item from the bottom. It is right aboveInstalland the 3 printing commands. – rcollyer Apr 23 '12 at 0:45