### Install Kino with Mix.install/2 Source: https://github.com/livebook-dev/kino/blob/main/README.md Use this code to add the Kino library to your Livebook session. Ensure you are using a compatible version. ```elixir Mix.install([ {:kino, "~> 0.19.0"} ]) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.