User Portlet User Portlet

Jason Biggs
Discussions
This should answer your question: https://mathematica.stackexchange.com/a/46448/9490
This function has been added to the Wolfram Language Paclet Repository as part of the [WeakCache paclet](https://resources.wolframcloud.com/PacletRepository/resources/JasonB/WeakCache/). The basic usage is now ``` ...
My first question is "why do you want to do that?" I can't think of a good reason to nest modules like this.
Don't hesitate to reach out to Wolfram technical support. Stack exchange and community can help with many issues but some can only be handled by Wolfram Research. [This post](https://mathematica.stackexchange.com/a/106232/9490) sums it up nicely I...
I do not think this is possible - how could parallelize a function where each iteration uses the result from the previous iteration?
*MODERATOR NOTE: This is the notebook used in the livestream "Overview of Wolfram Chemistry" on Wednesday, September 7 -- a part of Wolfram R&D livestream series announced and scheduled here: https://wolfr.am/RDlive For questions about this...
I am looking forward to presenting an “Overview of Chemistry" for today’s livestream! I will go over the various data structures and functions we have for molecular representation, computation, and visualization. Come ask your questions...
>I wonder if they are equivalent in all cases. No - there are some objects that are `MatrixQ` but have a different head than `List`. These could be one of the structured array objects like `SparseArray` or `NumericArray` among others. For...
I would recommend storing the weights as just the quantity magnitudes without the Quantity wrappers
Just spelunking through the code (search the core stylesheet to see how the front end decides what language to use and then follow from there) I can see there is no documented user settable way to do this. You should file a suggestion with Wolfram...