User Portlet User Portlet

Discussions
Seth is presenting a [Wolfram-U webinar](https://www.bigmarker.com/wolfram-u/query-book-author-talk-seth-chandler) on the book.
Question. I have a [bunch of YouTube videos][1] (on Wolfram Language and its use in legal studies). One can obtain a sort-of transcript of each of the videos from within YouTube and download those transcripts. But the transcripts contain no...
I tried to make my own ranked list of the submissions, but couldn't figure out how (it's subjective), so I guess if you're worried about not winning, don't, because there's another analysis saying that you're all great community art posters. Just a...
Nothing is wrong with *Mathematica* with respect to the statements you appear resistant to acknowledging that those aren't generally true (despite counterexamples given to you). I would argue that is is you who needs to supply the assumptions...
Wonderful, now I have a template to use/edit going forward in my translating textbook text into live Mathematica code experiments. Since there are definitions and assumptions that are stated before giving the formula or function. Thank you!
Interesting....learned more. Currently am using a helper function to convert Tex to Mathematica: getTex[eq_String] := NotebookWrite[SelectedNotebook[], ImportString[eq, "LaTeX"]]; using it like this: getTex@"- Set of...
Oops, I should have made my examples more like your polynomial. Instead of MyPolynomial[Array[Indexed[a,#]&,5],Array[Indexed[x,#]&,5]] you'll probably do something more like this: MyPolynomial[Array[Indexed[a, #] &, 5],...
Drawing upon the Association version of my organizing of Core Language symbols/functions, I tried to create a hierarchical PopupMenus to provide a GUI for that Association dataset. However, there are flaws with my coding; so it needs to be more...
Hi, Did I confuse anyone? Yes, I can manually grab the code from once I show its an ExpressionCell; thats easy. The code is wrapped in an ExpressionCell; so, how do I pull out the code by using code?? I assume it might mean to use Boxes and...
Using DynamicModule, I created by ( function name, mkSymBtn) a powerful ActionMenu widget so it can save its definitions. It works great; note each is unique by name and use; tried to use unique var names too (though learning how to use Unique...