User Portlet
Featured Contributor
Discussions |
---|
Hello from 2024! We are struggling with the same problem. It breaks the whole idea of having local version fixed packages in the project. Most projects PacletUninstall is the only solution |
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your... |
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! |