class Holst::JupyterCell
- Holst::JupyterCell
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
holst.crConstructors
Instance Method Summary
- #cell_type : String
- #cell_type=(cell_type : String)
- #execution_count : Int32?
- #execution_count=(execution_count : Int32?)
- #get_image : Bytes?
- #has_data? : Bool
- #has_image? : Bool
- #id : String?
- #id=(id : String?)
- #is_code? : Bool
- #is_markdown? : Bool
- #metadata : JSON::Any
- #metadata=(metadata : JSON::Any)
- #outputs : Array(Hash(String, JSON::Any))?
- #outputs=(outputs : Array(Hash(String, JSON::Any))?)
- #source : Array(String)?
- #source=(source : Array(String)?)
-
#type : CellType
Returns the cell's type as a
CellType
, either Markdown or code