User Portlet User Portlet

Kuba Podkalicki
Discussions
This works on Windows as well-- edit the same file MenuSetup.tr in: C:\Program Files\Wolfram Research\Mathematica\13.1\SystemFiles\FrontEnd\TextResources\Windows You'll have to open Notepad as an administrator. I did the edit, but the first...
Is there a function....?, may be, but certainly there is a general formula (even valid in R^n). I really appreciate that "RegionDistance"-stuff, but I prefer an old fashioned understandable way. The line is given by two points v[x] and v[y] and can...
I have just noticed this thread resurfacing, in the meantime few new functions were added to help with function definitions: - `WithCleanup`, a documented version of `WithLocalSettings` - The new `Enclose`/`Confirm` family -...
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...
Apparently Underoverscript doesn't have a web implementation, but Subsuperscript does. choices = {"label 1" -> 1, Column[{"label", 2}] -> 2, Framed[3] -> 3, Row[{Subsuperscript["∑", "i=0", "?"], "i"}] -> 4}; CloudDeploy@ ...
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
Thank you for the great Input!
Infix usage of **Composition[]**. Have you ever wondered what the difference between **@** and **@*** is, when even the [documentation][1] shows that they have the same effect, see 'Different ways of entering compositions' in 'Properties &...
Dear Kuba, Your code solved the problem. Thank you very much. Best regards, Anderson