diff --git a/package.json b/package.json index 965b86ae8585..2c12576b72f1 100644 --- a/package.json +++ b/package.json @@ -202,11 +202,7 @@ "title": "Open an existing Python project", "description": "If you already have an existing Python project on your machine:\n[Open Folder](command:workbench.action.files.openFileFolder)\n \nIf you would like to clone a Python project from GitHub:\n[Clone a Git repository](command:git.clone)", "media": { - "image": { - "light": "resources/walkthrough/open-folder-light.png", - "dark": "resources/walkthrough/open-folder-dark.png", - "hc": "resources/walkthrough/open-folder-hc.png" - }, + "svg": "resources/walkthrough/open-folder.svg", "altText": "Open a folder" }, "completionEvents": [ @@ -219,11 +215,7 @@ "title": "Open an existing Python project", "description": "To start, open a Python folder/project.\nIf you already have an existing Python project on your machine:\n[Open Folder](command:workbench.action.files.openFolder)\n \nIf you would like to clone a Python project from GitHub:\n[Clone a Git repository](command:git.clone)", "media": { - "image": { - "light": "resources/walkthrough/open-folder-light.png", - "dark": "resources/walkthrough/open-folder-dark.png", - "hc": "resources/walkthrough/open-folder-hc.png" - }, + "svg": "resources/walkthrough/open-folder.svg", "altText": "Open a folder" }, "completionEvents": [ @@ -236,11 +228,7 @@ "title": "Create a new Jupyter Notebook", "description": "To create a new Jupyter Notebook, you can right click in the file explorer and create a new file with an .ipynb extension anytime.\n \nAlternatively, you can open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)", "media": { - "image": { - "light": "resources/walkthrough/new-notebook-light.png", - "dark": "resources/walkthrough/new-notebook-dark.png", - "hc": "resources/walkthrough/new-notebook-hc.png" - }, + "svg": "resources/walkthrough/create-notebook.svg", "altText": "Creating a new Jupyter notebook" }, "completionEvents": [ @@ -252,11 +240,7 @@ "title": "Open the Python Interactive Window", "description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:toSide:jupyter.createnewinteractive)", "media": { - "image": { - "dark": "resources/walkthrough/interactive-window-dark.png", - "light": "resources/walkthrough/interactive-window-light.png", - "hc": "resources/walkthrough/interactive-window-hc.png" - }, + "svg": "resources/walkthrough/interactive-window.svg", "altText": "Opening python interactive window" }, "completionEvents": [ diff --git a/resources/walkthrough/create-notebook.svg b/resources/walkthrough/create-notebook.svg new file mode 100644 index 000000000000..05dadc0cc6de --- /dev/null +++ b/resources/walkthrough/create-notebook.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/walkthrough/data-science.svg b/resources/walkthrough/data-science.svg new file mode 100644 index 000000000000..506bed2161b1 --- /dev/null +++ b/resources/walkthrough/data-science.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/walkthrough/interactive-window-dark.png b/resources/walkthrough/interactive-window-dark.png deleted file mode 100644 index 99779380018d..000000000000 Binary files a/resources/walkthrough/interactive-window-dark.png and /dev/null differ diff --git a/resources/walkthrough/interactive-window-hc.png b/resources/walkthrough/interactive-window-hc.png deleted file mode 100644 index a77e1fb25979..000000000000 Binary files a/resources/walkthrough/interactive-window-hc.png and /dev/null differ diff --git a/resources/walkthrough/interactive-window-light.png b/resources/walkthrough/interactive-window-light.png deleted file mode 100644 index bba0b18d8ffe..000000000000 Binary files a/resources/walkthrough/interactive-window-light.png and /dev/null differ diff --git a/resources/walkthrough/interactive-window.svg b/resources/walkthrough/interactive-window.svg new file mode 100644 index 000000000000..83446ed8e66a --- /dev/null +++ b/resources/walkthrough/interactive-window.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/walkthrough/new-notebook-dark.png b/resources/walkthrough/new-notebook-dark.png deleted file mode 100644 index fd872e8a3821..000000000000 Binary files a/resources/walkthrough/new-notebook-dark.png and /dev/null differ diff --git a/resources/walkthrough/new-notebook-hc.png b/resources/walkthrough/new-notebook-hc.png deleted file mode 100644 index edfeb1b484d3..000000000000 Binary files a/resources/walkthrough/new-notebook-hc.png and /dev/null differ diff --git a/resources/walkthrough/new-notebook-light.png b/resources/walkthrough/new-notebook-light.png deleted file mode 100644 index 0a69a9b2ff8a..000000000000 Binary files a/resources/walkthrough/new-notebook-light.png and /dev/null differ diff --git a/resources/walkthrough/open-folder-dark.png b/resources/walkthrough/open-folder-dark.png deleted file mode 100644 index 9ac2ca2ddb46..000000000000 Binary files a/resources/walkthrough/open-folder-dark.png and /dev/null differ diff --git a/resources/walkthrough/open-folder-hc.png b/resources/walkthrough/open-folder-hc.png deleted file mode 100644 index 1b91dcbdd1a6..000000000000 Binary files a/resources/walkthrough/open-folder-hc.png and /dev/null differ diff --git a/resources/walkthrough/open-folder-light.png b/resources/walkthrough/open-folder-light.png deleted file mode 100644 index b88ba1332af2..000000000000 Binary files a/resources/walkthrough/open-folder-light.png and /dev/null differ diff --git a/resources/walkthrough/open-folder.svg b/resources/walkthrough/open-folder.svg new file mode 100644 index 000000000000..1615718a83dd --- /dev/null +++ b/resources/walkthrough/open-folder.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file