Questions tagged [notebook-security]
11 questions
1
vote
0 answers
Question about NotebookSecurity and TrustedPath
I have multiple CDF files that are linear algebra examples with dynamic entries via InputFields. An example of a single cell of a matrix is as follows:
InputField[Dynamic[a11, Function[If[NumberQ[#] && #=!=Null && Abs[#] < 50, a11 = #]]],…
J_Nat
- 346
- 1
- 12
0
votes
0 answers
Encoded notebook
Please it's urgent.
I have an encoding problem. When I open my notebooks I find weird characters like this
Are my data erased?
Gallagher
- 763
- 3
- 11
0
votes
0 answers
How to release a secure MMA-NB/CDF with restrictions/locks to the back-end code visibility
Intention is to distribute demonstration files just like Wolfram Demonstrations (mainly dynamic manipulations with assisting textual explanations based off on Numerical Methods course lectures).
If distributing as notebook/cdf is not practical,…
Rene Duchamp
- 1,419
- 10
- 20