Two related concepts that would be nice to show, and show in the same notebook (from a discussion with @lopollar and @melonora).
Sometimes the user has a large 3D image and wants to operate on a 2D slice (or use a 2D max projection), and sometime the users have many two images and want to stack them together in a 3D image, or in a 2D multichannel image (the stacking is not just a "numpy array stacking", but it could involve rotations, etc and requires re-rasterization and cropping).
After the new transformations refactoring and the merge of the stitch notebook this will be supported and it would be nice to show this to the user, together with a napari viz of the 2D layers embedded in the 3D space.