-
Notifications
You must be signed in to change notification settings - Fork 30
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
nisystemlink-clients-python/nisystemlink/clients/notebook/models/_notebook_metadata.py
Line 34 in 4a965b4
| metadata: Optional[Dict[str, Any]] |
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.