A lot of my slow computes are from pretty big expressions. Some can be split over multiple lines (e.g. for a sql script I can define the sql string earlier and cache just the execution) but others can't easily (say a big nasty nested comprehension). It would be useful to have a multiline magic or something as well to be able to cache these. Great lib btw!