HiddenCell
A Kino Smart Cell to selectively hide Elixir Cells in Livebook
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"}])Hidden Cells hide the code of an Elixir Cell when you only want to display the output.
Double click on the HiddenCell to display a textarea code editor.

