mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 17:33:44 +08:00
parent
101f582196
commit
f06891cd6d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ defmodule Livebook.Notebook.Cell do
|
||||||
# Data structure representing a single cell in a notebook.
|
# Data structure representing a single cell in a notebook.
|
||||||
#
|
#
|
||||||
# A cell is the smallest unit of work in a notebook.
|
# A cell is the smallest unit of work in a notebook.
|
||||||
# It primarly consists of text content that the user can edit
|
# It primarily consists of text content that the user can edit
|
||||||
# and may potentially produce some output (e.g. during code evaluation).
|
# and may potentially produce some output (e.g. during code evaluation).
|
||||||
|
|
||||||
defstruct [:id, :type, :source, :outputs, :metadata]
|
defstruct [:id, :type, :source, :outputs, :metadata]
|
||||||
|
|
Loading…
Reference in a new issue