{ "copyright":"Licensed Materials - Property of IBM. IBM Cognos Products: Notebook Copyright IBM Corp.2018,2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.", "label":"Notebook", "localizationFileName": "notebook-application", "features": [{ "id": "com.ibm.bi.notebook", "toolItems": [ { "id": "saveMenu", "containerId": "com.ibm.bi.glass.appbarLeadingGroup", "title": "%save_label", "label": "", "type": "Menu", "icon": "common-save", "weight": 990, "defaultAction": "com.ibm.bi.notebook.save", "actionController": "notebook/NotebookSaveActionHandler", "items": [ { "id": "save", "label": "%save_label", "icon": "common-save", "weight": 500 }, { "id": "saveAs", "label": "%saveas_label", "icon": "common-save", "weight": 400 } ] }, { "id" : "insertableDataBtn", "containerId" : "com.ibm.bi.glass.navbarLeadingGroup", "icon": "tree-view_32", "label":"%sources", "type": "Button", "actionController": "notebook/NewDatasetActionHandler", "weight": 1000, "environment": { "capabilities": [ "canEditJupyterNotebook" ] } } ], "excludeItems": [ "com.ibm.bi.contentApps.teamFoldersSlideout", "com.ibm.bi.contentApps.myContentFoldersSlideout", "com.ibm.bi.contentApps.customFoldersSlideout", "com.ibm.bi.contentApps.mruSlideout", "com.ibm.bi.glass.common.operations", "com.ibm.bi.search.search", "com.ibm.ca.conversation.conversation" ], "content": { "module": "notebook/NotebookView" } }], "config": { "requirejs": { "paths": { "notebook": "js/notebook" }, "map": { "*": {} }, "bundles": { "notebook/bundles/component.bridge": [ "notebook/NewDatasetActionHandler", "notebook/NotebookSaveActionHandler", "notebook/NotebookView" ] } } } }