Hello,
my question has to do with Manipulate[] in a demonstration.
More precisely, I am wondering if my understanding is correct and you can actually NOT use a package that is not shipped with MathematicA in the Initialization:>() option of Manipulate[].
If this is actually the case and you cannot use a package you've written yourself as part of a demonstration, what other options around such a problem are there?
Would importing the said package eg from the cloud, work (perhaps something like Manipulate[...,Initiialize:>CloudGet[mypackage`]])?
Thanks!