Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func KernelSpec() string + func ListTemplates() string + type Cell struct + Source []string + Type string + type Notebook struct + Cells []Cell + Metadata map[string]any + func NewNotebook() *Notebook + func TemplateAnalysis(protocol string) *Notebook + func TemplateSecurity(protocol string) *Notebook + func (nb *Notebook) AddCode(lines ...string) + func (nb *Notebook) AddMarkdown(lines ...string) + func (nb *Notebook) ToJSON() string