mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-19 00:15:26 +00:00
added final project notebook and virtual environment files
This commit is contained in:
parent
a2daa16a47
commit
8dd392b20d
586 changed files with 112839 additions and 0 deletions
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"title": "Image Viewer",
|
||||
"description": "Image viewer settings.",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "imageviewer:flip-horizontal",
|
||||
"keys": ["H"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:flip-vertical",
|
||||
"keys": ["V"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:invert-colors",
|
||||
"keys": ["I"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:reset-image",
|
||||
"keys": ["0"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:rotate-clockwise",
|
||||
"keys": ["]"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:rotate-counterclockwise",
|
||||
"keys": ["["],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:zoom-in",
|
||||
"keys": ["="],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:zoom-out",
|
||||
"keys": ["-"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue