I don't think it's possible but I thought I would check.
I need to combine notebooks. While developing I might have code in various notebooks. I read them in with "%run".
Then when all looks good I combine many cells into fewer notebooks.
Is there anyway to combine them? In Linux it would be like "cat file1 | cat file2 > new_output".