User Portlet User Portlet

Discussions
Seems to be 8 years after the original post and the problem resides. The use case is a large loop processing thousands of files. From each file, some parameters, stored as binaries in specific fields that Mathematica cannot read them directly...
Hi Sjoerd the changes you gave fixed the issue, thank you (although I haven't tried training it yet). I'll try it out with version 11.3 when that's available.
Any update on this? I have the same question, about a good hardware set-up.
I warmly support your request. Now as we are teaching, mostly online, this is of great importance. I use IPAD and lack the combination of free hand notes done in real time with regular notebook that is prepared beforehand.
It seems that you will not be able to do that. `Element[1,{1,2,3}]` does not return either True or False for relations with sets, the expression is just returned unevaluated. Within programs `MemberQ[{1, 2, 3}, 1]` returns True but it is not...
That's perfect! Thank you so much!
I'll add my 2 cents of answer relating to your sentence > Thanks, but I rather want them to be returned on two separate output > lines, if that's possible. As mentioned by Szabolcs functions always **return** a single answer. Therefore, if you...
This problem is potentially [dangerous][1] - I do hope that everyone is still well! [1]: https://xkcd.com/356/
A great solution. Thank you .
First, I need to resolve some confusion. Wolfram Physics Project is distinct from chapter 9 of NKS, and the model we now use is different. In particular, the state of the model is an *unordered* collection of edges, so using `ReplaceAll` or...