User Portlet User Portlet

b3m2a1 ​ 
Discussions
The Documentation Center is nice. The docs are reasonably complete. Stuff is somewhat searchable. It looks really nice. But if you've ever made your own system for generating these kinds of docs you know it's a *lot* of work. The notebooks are...
I like the package. Clean implementation too. On a related note here are two other CSS selector methods, one using a real XML processing library in Java rather than any WL hacks: https://mathematica.stackexchange.com/a/183970/38205 This will...
Hi Joel, unfortunately I have a real reason to want this now that can't be circumvented by just using GitHub Pages. I want to use the cloud to circumvent a security issue in GitHub Pages (can't use true 302 redirects), but I can't really ask people...
Cross-Post on [StackExchange](https://mathematica.stackexchange.com/q/186262/38205) --- I have an [`EntityProperty`](https://reference.wolfram.com/language/ref/EntityProperty.html) and [I know how to get its list of...
Mathematica can add autocompletions to functions very nicely. There are ways to do this you can find on the stack-exchange, but operationally they look like: AddFunctionAutocompletions[myFunc, {{"arg1", "arg2", "arg3"}}]; And then I can...
It does contribute to the size, but all the files are so small that it'll barely make a dent as far as I can tell. That is, I've never hit an issue with going over the cloud account data size because of it.
I host a [number](https://www.wolframcloud.com/objects/b3m2a1/home) [of](https://www.wolframcloud.com/objects/b3m2a1/tutorial) [web](https://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer)...
Another [cross posting](https://www.wolframcloud.com/objects/b3m2a1/home/adding-a-paclet-to-the-mathematica-paclet-server.html), which is rather paclet-developer focused, so likely out of scope for *most* of WC but, unfortunately, not really in the...
Sorry, I should have been more clear about some things in the post, I think. As you likely know, Jupyter is a just a front-end for python. I am personally annoyed by/opposed to Anaconda and so only ever start Jupyer from the command line (i.e....
Give this a look: http://community.wolfram.com/groups/-/m/t/1468475 If you want to contribute to the repo be my guest. There are also some nice ideas from [@Szabolcs Horvát][at0]...