Some of your complaints are just how the commandline currently works...  

On Thursday, May 5, 2016 at 2:46:10 PM UTC+2, vdelecroix wrote:
>
> * tab completion with jokers not supported (i.e. "*prime<TAB>") 
>

There is wildcard search:

sage: *le_prim*?  [ENTER]
next_probable_prime

 

> * the markdown for the cells seems very poor: how do we do an array? 
>

Set the cell type to "markdown" and enter

First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  | Content Cell

 

> * is it possible to copy/paste a bunch of cells between worksheets 
>

Press ESC for command mode (blue left margin) and select multiple cells 
with shift+cursor up/down. Then copy&paste affects multiple cells.

 

> * export is broken on my Sage install (in whatever format) 
>

Do you have pandoc installed?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to