Open
Description
The Notebook publish workflow from JupyterHub on SLE allows users to select the interface to publish to.
The NotebookMetadata.metadata
field stores the interface detail though the key is not standardized in the definition
Swagger doc for the NotebookMetadata.metadata
field,
example: OrderedMap { "interfaces": List [ "interface" ], "outputs": List [ OrderedMap { "display_name": "Output", "id": "output", "type": "scalar" } ], "parameters": List [ OrderedMap { "display_name": "Parameter1", "id": "parameter1", "type": "string" }, OrderedMap { "display_name": "Parameter2", "id": "parameter2", "type": "string[]" } ] }
This feature will enable users to create a CI/CD mechanism to manage published notebooks.
Metadata
Metadata
Assignees
Labels
No labels