Example
Mix.install([{:kino, "~> 0.6.2"}, {:hidden_cell, path: "."}])
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
Double click on the HiddenCell to display a textarea code editor.
Enum.to_list(1..15)