{
  "title": "Jupyter Notebook Full Width Notebook",
  "description": "Jupyter Notebook Notebook With settings",
  "jupyter.lab.menus": {
    "main": [
      {
        "id": "jp-mainmenu-view",
        "items": [
          {
            "command": "notebook:toggle-full-width",
            "rank": 4
          }
        ]
      }
    ]
  },
  "properties": {
    "fullWidthNotebook": {
      "type": "boolean",
      "title": "Full Width Notebook",
      "description": "Whether to the notebook should take up the full width of the application",
      "default": false
    }
  },
  "additionalProperties": false,
  "type": "object"
}
