notebooks.json 319 B

12345678910111213141516
  1. {
  2. "title": "Inspector Notebook",
  3. "description": "Inspector Notebook settings.",
  4. "jupyter.lab.menus": {
  5. "context": [
  6. {
  7. "command": "inspector:open",
  8. "selector": ".jp-Notebook",
  9. "rank": 50
  10. }
  11. ]
  12. },
  13. "properties": {},
  14. "additionalProperties": false,
  15. "type": "object"
  16. }