User Portlet
Featured Contributor
Discussions |
---|
![Random polyhedra walk in 3D space][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=HeroImage.gif&userId=20103 [2]: https://www.wolframcloud.com/obj/179432ed-23f3-42e8-b263-3a70f7363d35 |
Unfortunately I don't have good news. I went with automatic dependency collection for APIs and Initialization>Get[...] in cloud notebooks. I am fortunate that there isn't anything fancy in my code like working with the LibraryLink, external... |
Here are more ideas: [Automatically generating a dependency graph of an arbitrary Mathematica function?](https://mathematica.stackexchange.com/a/198348/5478) |
Here's a fun but less pretty related topic: https://mathematica.stackexchange.com/a/158416/5478 |
I am yet to dive in WPP but I want to help you live a `For`-free life :) hope you don't mind. Those are nothing but side notes. a) Since `matr` is a sparse binary array you can do: hyperlist = matr["NonzeroPositions"] And if it weren't... |
This should do the job: ``` Button["Delete this application", NotebookDelete@EvaluationCell[]] ``` |
> How is this done without the use of List? Just ``` If[StringPart[#, -1] == ".", # "0%", # "%"] & @ ToString @ Round[100*#[[2]], 0.1] ``` but consider: ``` ToString[NumberForm[100 #[[2]], {Infinity, 1}]] "%" & /@ {{,... |
Hi, please read [SE: Programming with Dynamic](https://mathematica.stackexchange.com/q/5817/5478) for deeper understanding. |
No I did not. To force loading from the workspace rather than the default paclets directory I tend to do PacletUninstall /@ PacletFind @ "name" It can only uninstall from default repo so don't worry about the workspace. If you have... |
Another alternative: #y, KeyDrop["y"]@#|> & /@ assoc |