public class JupyterCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_TYPE |
static String |
MARKDOWN_TYPE |
| Constructor and Description |
|---|
JupyterCell(String type,
String input,
List<JupyterOutput> outputs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput() |
List<JupyterOutput> |
getOutputs() |
String |
getType() |
public static final String CODE_TYPE
public static final String MARKDOWN_TYPE
public JupyterCell(String type, String input, List<JupyterOutput> outputs)
public String getType()
public String getInput()
public List<JupyterOutput> getOutputs()
Copyright © 2022. All rights reserved.