diff --git a/img/pycharm_basic.png b/img/pycharm_basic.png new file mode 100644 index 0000000..734c7a1 Binary files /dev/null and b/img/pycharm_basic.png differ diff --git a/img/vscode_basic.png b/img/vscode_basic.png new file mode 100644 index 0000000..a9b78ca Binary files /dev/null and b/img/vscode_basic.png differ diff --git a/img/vscode_new_folder.png b/img/vscode_new_folder.png new file mode 100644 index 0000000..9090af8 Binary files /dev/null and b/img/vscode_new_folder.png differ diff --git a/img/vscode_project.png b/img/vscode_project.png new file mode 100644 index 0000000..99fc028 Binary files /dev/null and b/img/vscode_project.png differ diff --git a/img/vscode_select_interpreter.png b/img/vscode_select_interpreter.png new file mode 100644 index 0000000..c21e73b Binary files /dev/null and b/img/vscode_select_interpreter.png differ diff --git a/img/vscode_trust.png b/img/vscode_trust.png new file mode 100644 index 0000000..66e5b48 Binary files /dev/null and b/img/vscode_trust.png differ diff --git a/slides/IDEs.qmd b/slides/IDEs.qmd index 7baff47..a150ad0 100644 --- a/slides/IDEs.qmd +++ b/slides/IDEs.qmd @@ -21,7 +21,22 @@ You can click on the name to go to the download page. ::: -::: {.fragment .fade-in} +::: {.fragment .fade-in .smaller} Install the one you like most! Igor prefers PyCharm, Laura prefers VS Code. -::: \ No newline at end of file +::: + +## Using IDEs {.smaller} +![](/img/vscode_basic.png){fig-align="center"} + +## Using IDEs {.smaller} +![](/img/vscode_new_folder.png){fig-align="center"} + +## Using IDEs {.smaller} +![](/img/vscode_trust.png){fig-align="center"} + +## Using IDEs {.smaller} +![](/img/vscode_project.png){fig-align="center"} + +## Using IDEs {.smaller} +![](/img/vscode_select_interpreter.png){fig-align="center"}