I copied example.sage to a subdirectory 'em' and start sage, attached example and started the notebook:
sage: attach 'example.sage' This is a simple SAGE example script. 9765625 5 * 401 [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] [(0 : -1 : 1)] 37 The following should be true: True sage: notebook('/home/eliz/em') The above does not quite work in the notebook environment. Here is the text view of my notebook section. sage: attach 'example.sage' Error attaching /home/eliz/example.sage -- file not found sage: attach 'em/example.sage' This is a simple SAGE example script. 9765625 5 * 401 [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] [(0 : -1 : 1)] 37 The following should be true: True Is this a bug? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---