showblock

function defined in module FastAI


			showblock([backend], block, obs)
showblock([backend], blocks, obss)
showblock([backend], title => block, obs)

Show a block or blocks of obs to backend <: ShowBackend.

block can be a Block, a tuple of blocks, or a Pair of title => block.