From 244b4269815061b059a29db1de48a195613dde6c Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 14 May 2026 23:54:53 +0200 Subject: [PATCH 1/2] elaboration on how to use it --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8938bf2..98d68c2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,13 @@ ## 🧭 How to use it? -📝 To use it, grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) and edit it - with your favourite Jupyter notebook tool. +📝 Everything is in a single file, so you can grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) + in any way (downloading the ipynb file, [downloading the repo contents](https://github.com/habemus-python/quarto-agh-slides/archive/refs/heads/main.zip), + cloning, [forking](https://github.com/habemus-python/quarto-agh-slides/fork), ...) and edit it with your favourite Jupyter notebook tool + (e.g., [Jupyter lab](https://jupyterlab.readthedocs.io), [VS Code](https://code.visualstudio.com/docs/datascience/jupyter-notebooks), + [PyCharm](https://www.jetbrains.com/help/pycharm/jupyter-notebook-support.html), [Colab](https://colab.google), [Spyder](https://docs.spyder-ide.org/current/plugins/notebook.html), ...). +Forking the repo will additionally help you in setting up [CI workflows](https://github.com/habemus-python/quarto-agh-slides/tree/main/.github/workflows) for rendering on different platforms, + code linting, url- and spell-checks, etc. 🌐 To generate HTML files for presentation, do `quarto render slides.ipynb --execute --to revealjs`, the output (`slides.html` file) should look like this: From ec4cdf4fe1b43f6e765ab65e64cf63f8cb8d8605 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Fri, 15 May 2026 00:00:20 +0200 Subject: [PATCH 2/2] Add new tools to the wordlist --- .wordlist.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index 1bfaf31..88ce6cf 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -71,3 +71,8 @@ Perkel ipynb revealjs plugin +Colab +PyCharm +Spyder +etc +url