Tagged Questions
4
votes
1answer
64 views
How to prevent output truncation when importing large Graphics?
The Evaluation Preferences in Mathematica specify a maximum output size of 1048576 Bytes before truncation occurs. That makes a ...
5
votes
1answer
119 views
Accessing data on local machine from remote kernel
I have a remote kernel on a server that I would like to use to process some data. The connection works, i.e, I'm able to use the local front end and the remote kernel. However, I cannot figure out how ...