Deployment is the process during which a piece of Mathematica code is prepared for distribution or for the internet.
36
votes
3answers
2k views
Understanding CDF
Update
Since more and more issues are revealed as I venture deeper into the world of CDF, I decided to make this thread more general and hopefully more useful. I know posted my findings as an answer, ...
17
votes
3answers
745 views
Deploying Mathematica Content Online
I have the following program at home, which draws on a batch of pre-processed files (that are word frequency text files, compiled using ToLowerCase, ...
13
votes
1answer
518 views
What technical obstacles prevent all Mathematica code compiling to C
The following represents an attempt at a very simple view of the levels in Mathematica code:
We have had lots of questions about deployment and compiling Mathematica code to C. Some of these for ...
14
votes
3answers
365 views
Can CDF file embedded in a web page receive external parameters?
I know that I can embed a CDF file inside a web page by using:
The embed tag.
An object tag with an embed tag inside (better than 1).
Using the JavaScript provided by Wolfram (better than 2).
My ...
13
votes
2answers
992 views
How to install packages?
This is always a problem when I distribute my packages to colleagues working on different platforms. I have my packages installed into a private directory and I autoload some of them when Mathematica ...
6
votes
4answers
200 views
How can I deploy only the output in Player Pro
I want to know how can I see only the output when I deploy the Mathematica notebook in Player Pro as in ...
4
votes
3answers
161 views
Can one launch a Player Pro kernel independently of the front end
This question follows on from my earlier one, Seeking strategies to deploy a function securely without a front end.
As it pursues a different track to solve the same problem it seemed distinct enough ...