notebook

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrInvalidLanguage = Error("ErrInvalidLanguage")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error string

func (Error) Error

func (e Error) Error() string

type Input

type Input struct {
	RunID     string     `json:"-"`
	Lang      string     `json:"lang"`
	CellTexts [][]string `json:"cellTexts"`
}

type Output

type Output struct {
	Metadata    nbformat.Metadata   `json:"metadata"`
	CellOutputs [][]nbformat.Output `json:"cellOutputs"`
}

func Run

func Run(input Input) (*Output, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL