print.json 563 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "title": "Print",
  3. "description": "Print settings.",
  4. "jupyter.lab.menus": {
  5. "main": [
  6. {
  7. "id": "jp-mainmenu-file",
  8. "items": [
  9. {
  10. "type": "separator",
  11. "rank": 98
  12. },
  13. {
  14. "command": "apputils:print",
  15. "rank": 98
  16. }
  17. ]
  18. }
  19. ]
  20. },
  21. "jupyter.lab.shortcuts": [
  22. {
  23. "command": "apputils:print",
  24. "keys": ["Accel P"],
  25. "selector": "body"
  26. }
  27. ],
  28. "additionalProperties": false,
  29. "properties": {},
  30. "type": "object"
  31. }