User Portlet User Portlet

Discussions
Any update on this? I have the same question, about a good hardware set-up.
Hi Rohit, It's not good coding practice to include all capabilities on a single Mathematica Expression. I started to factor out subexpressions as shown in the attached notebook. It still doesn't work in the cloud although most pieces work on...
Before deploying, make sure the `FormFunction` works. Evaluating just the `FormFunction` from the code example results in RepeatingElement::syntax: The second argument of RepeatingElement is not of the form max, {min, max}, {init, {min,...
Factor[2^(n + 1) n + 2^(n + 1) n] // Simplify also works
Hi Milton, Can you please provide an example that demonstrates `Dynamic` not mixing well with `Hold*`?
Wolfram Cloud is behaving erratically for me right now so I cannot test the cloud version. There is a typo. `lrn = Length[nucNamesA]`, `nucNamesA` is not defined. Here is another (I think simpler) way to create the UI for selecting nucleotides. ...
Hi Ian, I constructed another approach to managing busy code. I abstract the problem one level up and develop a sctipt to tell Mathematica what to do in much fewer lines. This requires me to deal with very busy code just once. The busy code...
Hi Rohit, I know. However how do you create single spaced lists of a) Figures b) Tables Entries in each list should have the page page number entry is on, right adjusted. I can add cell taqs to appropriate cells, but was unable to...