Skip to content

BrooklinJazz/hidden_cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hidden Elixir Cell using Livebook and Kino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages