/hidden_cell

A hidden Elixir Cell using Livebook and Kino

Primary LanguageElixir

HiddenCell

A Kino Smart Cell to selectively hide Elixir Cells in Livebook

Installation

HiddenCell relies on the Kino project. Use Mix.install/2 in the setup section of your project to install HiddenCell and Kino.

Mix.install([{:kino, "~> 0.6.2"}, {:hidden_cell, github: "BrooklinJazz/hidden_cell"}])

Usage

Hidden Cells hide the code of an Elixir Cell when you only want to display the output.

image

Double click on the HiddenCell to display a textarea code editor.

image