User Portlet User Portlet

Discussions
Thanks for your comments Seth! I agree about the documentation and I'll see what we can do. I'm very happy you mentioned the NetGraphForm idea. I am actually already working on this, it is called NetFunction, and the intention is precisely to let...
I'm aware of this bug and we'll try to fix it. For now, you can get chains and graphs to show up by setting Developer`$DisableInteractivity = True. You can put this in your init.m if you want... Of course, they will be missing interactivity!
Hello! Are you using 11.1.0 or 11.1.1? What does $Version return? Thanks
I haven't tested this, it's a distilled version of my actual code, but it shouldn't be far off: https://gist.github.com/taliesinb/a3385002601421b3e8e2 For RawArrays, I actually found a nice notebook from Piotr about it, but I don't want to...
Hi, I'm the designer and developer of Dataset. Indeed, "row-oriented" lists of associations are a memory-inefficient way of storing tables. On the other hand, they are the natural way to do it, conceptually, because each row is meaningful on its...
Bump. This is a really cool idea.
Nice! You found my very first (and last) Wolfram blog post.. Here's a nice extension of the idea, as a challenge: recursive T-shirt. In other words, a T-shirt that features me wearing a T-shirt featuring me wearing a T-shirt, etc... Surely not...
At the Wolfram SS summer school, we often find it useful to play around with intial conditions for simple computational systems like Turing machines and cellular automata. In these cases, it is convenient to be able to interactively set the...