The grid tag has no wiki summary.
0
votes
1answer
16 views
How to keep ItemSize effect when export to HTML
Here's the simple code
Grid[Table[Item[1,ItemSize->{5,10}],{2},{2}],ItemSize->{5,10},Background->Red]
Save the output cell as .html file, ...
3
votes
0answers
155 views
Accessing MathematicaScript over ssh/network
Here is the conundrum I am faced with. I have two computer. One with Mathematica (and hence MathematicaScript) but generally poor resources. The other without ...
