Page 1 of 1

How to launch the notepad version of Wolfram?

Posted: Fri Nov 22, 2013 3:35 pm
by sacrophyte
This is very much exciting! :) I can get the standard command-line version of the engine going just fine, but what about the graphical notepad version?

Sorry for the stupid question - hoping to show it off to a bunch of 4th graders in 2 hours. :)

Re: How to launch the notepad version of Wolfram?

Posted: Fri Nov 22, 2013 3:52 pm
by sacrophyte
May have found the answer:
http://community.wolfram.com/groups/-/m ... h=W7bD3mnd

In order to start the application from the Linux command line, type:
$ wolfram
To start Mathematica, type:
$ mathematica

Re: How to launch the notepad version of Wolfram?

Posted: Fri Nov 22, 2013 5:38 pm
by dennisw
Launching it in the background will return you to a shell prompt (freeing up the terminal for continued use):

$ mathematica &

(you don't type the dollar sign, of course)