MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: In Out question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78542] Re: In Out question
  • From: Albert <awnl at arcor.net>
  • Date: Wed, 4 Jul 2007 05:27:02 -0400 (EDT)
  • References: <f6d4e2$hg2$1@smc.vnet.net>

J=C3=A1nos wrote:
> Is it possible to have all my Ins in one notebook and have all my
> Outs coming out in another one auto-magically?
>
> I looked around the Preferences, but found nothing yet.

When I read your post, I just tried the following and was surprised it
worked first try (almost):

nb = CreateDocument[]

$Post = NotebookWrite[nb, Cell[BoxData[ToBoxes[#]], "Output"]] &

anyway, I'm not sure I would recommend to do this and probably you need
to put some more work into this to make it work as you want. Note that
this way all output of the Kernel is sent to the new notebook, not only
what comes from the notebook where you change this...

hth,

albert


  • Prev by Date: Simple but puzzling plotting question
  • Next by Date: Re: Rotable Graphics and ViewPoint
  • Previous by thread: Re: In Out question
  • Next by thread: Working with factors of triangular numbers.