From f3d6d0e79228a8191b2b6f28a7a0d4443948b5c0 Mon Sep 17 00:00:00 2001 From: nanne-aben <47976799+nanne-aben@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:40:25 +0200 Subject: [PATCH] update --- README.md | 28 ++++++++++++++-------------- docs/source/README.rst | 6 ++++++ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c7071ec..27f257a 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,6 @@ The advantages include: ## Documentation Please see our documentation on [readthedocs](https://typedspark.readthedocs.io/en/latest/index.html). -## Demo videos - -### IDE demo - -https://github.com/kaiko-ai/typedspark/assets/47976799/e6f7fa9c-6d14-4f68-baba-fe3c22f75b67 - -You can find the corresponding code [here](docs/videos/ide.ipynb). - -### Jupyter / Databricks notebooks demo - -https://github.com/kaiko-ai/typedspark/assets/47976799/39e157c3-6db0-436a-9e72-44b2062df808 - -You can find the corresponding code [here](docs/videos/notebook.ipynb). - ## Installation You can install ``typedspark`` from [pypi](https://pypi.org/project/typedspark/) by running: @@ -66,6 +52,20 @@ By default, ``typedspark`` does not list ``pyspark`` as a dependency, since many pip install "typedspark[pyspark]" ``` +## Demo videos + +### IDE demo + +https://github.com/kaiko-ai/typedspark/assets/47976799/e6f7fa9c-6d14-4f68-baba-fe3c22f75b67 + +You can find the corresponding code [here](https://github.com/kaiko-ai/docs/videos/ide.ipynb). + +### Jupyter / Databricks notebooks demo + +https://github.com/kaiko-ai/typedspark/assets/47976799/39e157c3-6db0-436a-9e72-44b2062df808 + +You can find the corresponding code [here](https://github.com/kaiko-ai/docs/videos/notebook.ipynb). + ## FAQ **I found a bug! What should I do?**
diff --git a/docs/source/README.rst b/docs/source/README.rst index 63e6e13..3886a2f 100644 --- a/docs/source/README.rst +++ b/docs/source/README.rst @@ -54,6 +54,12 @@ By default, ``typedspark`` does not list ``pyspark`` as a dependency, since many pip install "typedspark[pyspark]" +Demo videos +=========== + +* IDE demo: `video `_ and `code `_. +* Jupyter / Databricks Notebook demo: `video `_ and `code `_. + FAQ ===