Kino.render
You're seeing just the function
render
, go back to
Kino module for more information.
Specs
Sends the given term as cell output.
This allows any Livebook cell to have multiple evaluation
results. You can think of this function as a generalized
IO.puts/2
that works for any type.