Closed kipcole9 closed 2 years ago
Yes, you either need to start Kino in the notebook or have it started. But there is a replacement for Mix standalone that is not attached mode, which are the new options in Mix.install. Check the Elixir and Livebook notebook. :)
Vix has added support for the Kino.Render protocol which is working well.
But I notice that when running in attached mode with Kino 0.7 (since there is no longer a
mix
standalone mode) that rendering will fail unlessApplication.ensure_all_started :kino
is added to the notebook or:kino
is added to:extra_applications
inmix.exs
.If this is expected behaviour then I'll send a documentation PR.