--
You received this message because you are subscribed to the Google Groups "sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cell+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/f130afce-8b77-4c86-96fc-b28bf86f8c7fn%40googlegroups.com.
I've got a question if it is possible to "hide pretty_print(True)" in the beginning of a code cell. One of the solutions would be to add another "language" like "SagePrettyPrint", but I also wonder if it would make sense to make it the default, i.e. have pretty_print(True) added to all Sage code?This may break API calls that rely on getting plain text output back. But every upgrade of Sage potentially breaks old code...