[sage-support] Re: Suggestions for the notebook

2008-09-23 Thread Maike

Okay that's right. But still, #auto doesn't work together with %hide
or %latex, no matter which order I put these commands in, and I need
this feature for my %latex cells, because they're the ones not being
executed when I start up a worksheet.

Maike

On Sep 22, 6:31 pm, William Stein [EMAIL PROTECTED] wrote:
 On 9/22/08, Maike [EMAIL PROTECTED] wrote:



  Hmmm, I get NameError: name 'auto' is not defined. I'm using version
  3.1.1, should that support %auto?

 Use #auto, not %auto





  Thanks! Maike

  On Sep 22, 12:06 pm, Mike Hansen [EMAIL PROTECTED] wrote:
  Hi Maike,

  On Mon, Sep 22, 2008 at 3:04 AM, Maike [EMAIL PROTECTED]
  wrote:

   (2) Thanks that sounds good. I'm not sure how to use #auto though,
   where do I put this option?

  You put %auto as the first line of the cell that you want to
  auto-evaluate.

  --Mike

 --
 William Stein
 Associate Professor of Mathematics
 University of Washingtonhttp://wstein.org
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-23 Thread Mike Hansen

Hello,

On Tue, Sep 23, 2008 at 1:21 AM, Maike [EMAIL PROTECTED] wrote:

 Okay that's right. But still, #auto doesn't work together with %hide
 or %latex, no matter which order I put these commands in, and I need
 this feature for my %latex cells, because they're the ones not being
 executed when I start up a worksheet.

There was a bug in Sage 3.1.1 that caused any associated files or
images with a cell (such as plots or the output of %latex cells) to be
deleted when the worksheet was closed.  If this is the reason why you
want to use the auto cells, you should upgrade to Sage 3.1.2 since I
fixed this bug in it.  This should alleviate some of your problems.

--Mike

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-23 Thread Maike

Thanks, I'll make sure I get 3.1.2 installed today!


On Sep 23, 10:26 am, Mike Hansen [EMAIL PROTECTED] wrote:
 Hello,

 On Tue, Sep 23, 2008 at 1:21 AM, Maike [EMAIL PROTECTED] wrote:

  Okay that's right. But still, #auto doesn't work together with %hide
  or %latex, no matter which order I put these commands in, and I need
  this feature for my %latex cells, because they're the ones not being
  executed when I start up a worksheet.

 There was a bug in Sage 3.1.1 that caused any associated files or
 images with a cell (such as plots or the output of %latex cells) to be
 deleted when the worksheet was closed.  If this is the reason why you
 want to use the auto cells, you should upgrade to Sage 3.1.2 since I
 fixed this bug in it.  This should alleviate some of your problems.

 --Mike
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread Maike

(2) Thanks that sounds good. I'm not sure how to use #auto though,
where do I put this option?

Cheers,
Maike

On Sep 5, 6:12 pm, Marshall Hampton [EMAIL PROTECTED] wrote:
 Hi,

 There is a wiki page for notebook suggestions, but I don't think its
 been used much lately:http://wiki.sagemath.org/Notebook_suggestions

 Your suggestion (1) is good, that would be nice.  Probably wouldn't be
 too hard to do.
 (2) I think is problematic - the way I often use the notebook, I
 wouldn't want all cells evaluated.  You can use the #auto option to
 auto-evaluate.

 Cheers,
 M. Hampton

 On Sep 5, 8:18 am, Maike [EMAIL PROTECTED] wrote:

  Hello,

  I'm not sure if this mailing list is the right place for suggestions
  (sorry to all for the extra spam, if there is a better way, please
  let me know), but here are two ideas for one of the next versions of
  the notebook:

  1. Printing: At the moment the Print link prints all source code and
  output. It would be nice to be able to print just the code or just the
  output.

  2. When I open an existing worksheet, not all cells are evaluated.
  Especially ones that start with %hide or %latex don't show the output
  until I choose Evaluate All from the Actions...-menu. It would be
  nice to have ALL cells evaluated automatically when starting up a
  worksheet.

  Great work so far, I'm really impressed with how quickly Sage is
  developing!
  Maike
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread Mike Hansen

Hi Maike,

On Mon, Sep 22, 2008 at 3:04 AM, Maike [EMAIL PROTECTED] wrote:

 (2) Thanks that sounds good. I'm not sure how to use #auto though,
 where do I put this option?

You put %auto as the first line of the cell that you want to auto-evaluate.

--Mike

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread Maike

Hmmm, I get NameError: name 'auto' is not defined. I'm using version
3.1.1, should that support %auto?

Thanks! Maike

On Sep 22, 12:06 pm, Mike Hansen [EMAIL PROTECTED] wrote:
 Hi Maike,

 On Mon, Sep 22, 2008 at 3:04 AM, Maike [EMAIL PROTECTED] wrote:

  (2) Thanks that sounds good. I'm not sure how to use #auto though,
  where do I put this option?

 You put %auto as the first line of the cell that you want to auto-evaluate.

 --Mike
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread William Stein

On 9/22/08, Maike [EMAIL PROTECTED] wrote:

 Hmmm, I get NameError: name 'auto' is not defined. I'm using version
 3.1.1, should that support %auto?

Use #auto, not %auto


 Thanks! Maike

 On Sep 22, 12:06 pm, Mike Hansen [EMAIL PROTECTED] wrote:
 Hi Maike,

 On Mon, Sep 22, 2008 at 3:04 AM, Maike [EMAIL PROTECTED]
 wrote:

  (2) Thanks that sounds good. I'm not sure how to use #auto though,
  where do I put this option?

 You put %auto as the first line of the cell that you want to
 auto-evaluate.

 --Mike
 



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Suggestions for the notebook

2008-09-05 Thread Marshall Hampton

Hi,

There is a wiki page for notebook suggestions, but I don't think its
been used much lately: http://wiki.sagemath.org/Notebook_suggestions

Your suggestion (1) is good, that would be nice.  Probably wouldn't be
too hard to do.
(2) I think is problematic - the way I often use the notebook, I
wouldn't want all cells evaluated.  You can use the #auto option to
auto-evaluate.

Cheers,
M. Hampton

On Sep 5, 8:18 am, Maike [EMAIL PROTECTED] wrote:
 Hello,

 I'm not sure if this mailing list is the right place for suggestions
 (sorry to all for the extra spam, if there is a better way, please
 let me know), but here are two ideas for one of the next versions of
 the notebook:

 1. Printing: At the moment the Print link prints all source code and
 output. It would be nice to be able to print just the code or just the
 output.

 2. When I open an existing worksheet, not all cells are evaluated.
 Especially ones that start with %hide or %latex don't show the output
 until I choose Evaluate All from the Actions...-menu. It would be
 nice to have ALL cells evaluated automatically when starting up a
 worksheet.

 Great work so far, I'm really impressed with how quickly Sage is
 developing!
 Maike
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---