mathematica

So finally getting result from running mathematica inside terminal.

The straight forward notebook will not run through terminal.

You have to create a .m file or .nb file (say testcode.nb) in some text editor (vi or textmate or gedit.) Then copy paste the original notebook code on the newly created .m or .nb file.

This was important. If you create new file from Mathematica application in MAC it will not run inside terminal. Very strange though. So create .nb file with the help of vi and then copy the notebook code to this file. This will be black & white looking.

Cheers.

After that you can run "testcode.nb" file through terminal.

Here is the screenshot.

Upper terminal is on MAC OS and the lower one for Linux Cent OS

Mac OS is showing some issue with the "nohup nice" command but CentOS 6.2 is perfectly ok with this.

Thats all for today.

June 18, 2012 1:00 pm.