Message Boards Message Boards

0
|
11536 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to deploy multiple notebooks as one CDF?

I have made a large notebook and using MakeContents[ ] i have generated a second notebook file with the content "TOC.nb".

Now I would like to deploy the two notebook files as a single CDF (the TOC should precede the other), but I have problems finding documentation for this problem.

Thanks, Christian Damgaard

Posted 10 years ago

Notebooks and derived CDF files relate 1-to-1, so any notebooks that are to become part of the same CDF file need to get combined into a single notebook file before deploying the latter as a CDF.

Of course you can combine two notebooks by hand by copying and pasting. In order to do the same programmatically I would recommend familiarizing yourself with the various notebook manipulation functions:

http://reference.wolfram.com/language/tutorial/ManipulatingNotebooksFromTheKernel.html

http://reference.wolfram.com/language/tutorial/NotebooksAsWolframLanguageExpressions.html

http://reference.wolfram.com/language/tutorial/ManipulatingNotebooksOverview.html

Hope this helps, Peter

POSTED BY: Peter Fleck
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