Message Boards Message Boards

Setting output to open in a new window/.nb

Posted 10 years ago

I am trying to find a way to get Mathematica to automatically open output in a new window or .nb. I have tried using "CreateWindow[]" and "PopupWindow[]" without success. I think some of the trouble is arising from the fact that my output is a "Manipulate[]' function, with many graphics and plots contained within it. My desire is to have the Manipulate[] output open separate from the notebook generating it, since I only care about the output for presentation purposes, and not the code generating it. Any suggestions?

POSTED BY: Tim Kirkpatrick
4 Replies

The PopupWindow[] function is also a very effective way, thank you.

POSTED BY: Tim Kirkpatrick

Another example using Mathematica 7.

Attachments:
POSTED BY: Isaac Abraham

This worked, thank you!

POSTED BY: Tim Kirkpatrick

Something like this will work for you:

CreateDocument[{
TextCell[Manipulate[Plot[Sin[a x + b], {x, 0, 6}], {a, 1, 4}, {b, 0, 10}], "Output"]
}]
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract