KinoProgressBar

Progress bar widget for Livebook

Usage

Create a new progress bar with KinoProgressBar.new/2 and update it with KinoProgressBar.set_current/2.

example1.jpg

Features:

See the docs for more details.

Installation

Add the following to the dependencies section of your notebook:

Mix.install([
{:kino_progress_bar, "~> 0.1.0"}
])