User Portlet User Portlet

Szabolcs Horvát
Discussions
I wanted to note that the installation instructions suggest modifying files in the installation directory of Mathematica. You should never do this without very good reason, and without being aware of the potential consequences. It even suggests...
Please keep in mind that doing this review is _an experiment_, and I am hoping to have a positive outcome. I do not mean to intrude, or hijack Martijn's package, and I do respect his choices, whatever those may be. I am making these comments in...
A crash is always a bug. You should post a minimal example that illustrates the problem, and also forward it to Wolfram support. [IGraph/M](https://github.com/szhorvat/IGraphM) has a function to combine parallel edges with a custom...
The difference between Rule and RuleDelayed is explained under Properties & Relations. Every online documentation page has a Feedback link at the bottom. You can suggest improvements there. https://reference.wolfram.com/language/ref/Rule.html
> It's strange. If Graph is an atom than why we can browse Graph in FullForm? I believe this is because certain critical operations that Mathematica must do, such as _serializing_ (think `Compress`, using WSTP or WXF or just `Save`) an expression,...
You may be interested in this paper, which takes a semi-empirical approach to come up with a closed-form approximate formula: - Jarai, Neda: On the size-distribution of Poisson Voronoi cells https://arxiv.org/abs/cond-mat/0406116 At the time...
Use the graphical interface, not the command line version. On Linux, start `mathematica`, not `math`.
Actually `CompilePrint` is very old. I forgot to mention that you need to {} I0 = A1 I1 = 0 Result = T(I1)0 1 T(I1)0 = MainEvaluate[ Hold[ConstantArray][ I1, I0]] 2 Return " In[12]:=...
The easiest (but far from the nicest) solution is to access MATLAB though Mathematica using [MATLink](http://matlink.org/). Otherwise, I think Rohit's suggestion of interfacing with the existing C/C++ libraries using LibraryLink is the way to go. ...
Just wanted to let you know that the documentation can no longer be viewed as described in the "readme" in Mathematica 11.0 or later, as it uses the old, pre-Mathematica-6.0 documentation style. It can still be opened manually. (Unfortunately,...