class Holst::JupyterSource

Included Modules

Defined in:

holst.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cells : Array(JupyterCell) #

[View source]
def cells=(cells : Array(JupyterCell)) #

[View source]
def metadata : JupyterMetadata #

The Jupyter notebook's metadata as a JupyterMetadata


[View source]
def metadata=(metadata : JupyterMetadata) #

The Jupyter notebook's metadata as a JupyterMetadata


[View source]