How to query and visualize data from Google BigQuery dataset using Livebook smart cells in less than 5 minutes Mix.install([ {:kino_db, "~> 0.1.2"}, {:req_bigquery, "~> 0.1.0"}, {:kino_vega_lite, "~> 0.1.1"} ])
What's new in Kino Bumblebee v0.1.3 Mix.install( [ {:kino_bumblebee, "~> 0.1.3"}, {:exla, "~> 0.4.1"} ], config: [nx: [default_backend: EXLA.Backend]] )
Lifecycle of Supervisors and Processes Mix.install([ {:kino, "~> 0.6.2"} ]) This is a free sample from the Elixir Patterns book
Membrane pipeline dashboard Logger.configure(level: :info) Mix.install([ :kino_membrane, :membrane_hackney_plugin,
Example of using a Livebook notebook for teaching Mix.install([ {:hidden_cell, github: "brooklinjazz/hidden_cell"} ]) How to use this notebook
Hydrate ETS from DETS using an init GenServer Mix.install([ {:kino, "~> 0.6.2"}, {:telemetry, "~> 1.2.1"} ]) This is a free sample from the Elixir Patterns book
Benchmark using (future) kino_benchee Mix.install( [ {:explorer, "~> 0.8.0"}, # {:kino_benchee, github: "livebook-dev/kino_benchee"}, {:kino, "~> 0.12.3"}, {:benchee, "~> 1.3"}, {:kino_vega_lite, "~> 0.1.11"}