From acade0307e10fb8481097daf839b00b388657276 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Thu, 12 Sep 2024 07:45:07 -0600 Subject: [PATCH] removes ploomber-extension (#1028) * removes ploomber-extension * ci * ci fix * pin duckdb * rm doc * toc --------- Co-authored-by: neelasha23 --- CHANGELOG.md | 2 ++ doc/_toc.yml | 1 - doc/jupyterlab/sharing.md | 34 ---------------------------------- pyproject.toml | 1 + setup.py | 3 +-- 5 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 doc/jupyterlab/sharing.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2273a22cb..51340a152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.10.13dev +* [Feature] `ploomber-extension` is no longer a dependency + ## 0.10.12 (2024-07-12) * [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020)) diff --git a/doc/_toc.yml b/doc/_toc.yml index aae6c7aaf..180d5d694 100644 --- a/doc/_toc.yml +++ b/doc/_toc.yml @@ -20,7 +20,6 @@ parts: - caption: JupyterLab integration chapters: - - file: jupyterlab/sharing - file: jupyterlab/syntax-highlighting - file: jupyterlab/format-sql - file: jupyterlab/autocompletion diff --git a/doc/jupyterlab/sharing.md b/doc/jupyterlab/sharing.md deleted file mode 100644 index f4c92c57c..000000000 --- a/doc/jupyterlab/sharing.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -jupytext: - notebook_metadata_filter: myst - text_representation: - extension: .md - format_name: myst - format_version: 0.13 - jupytext_version: 1.14.5 -kernelspec: - display_name: Python 3 (ipykernel) - language: python - name: python3 -myst: - html_meta: - description lang=en: Share notebooks with the click of a button - keywords: jupyter, jupyterlab - property=og:locale: en_US ---- - -# Sharing notebooks - -If you ever wanted to share an analysis with a colleague, you can do so with the click -of a button using our JupyterLab integration. It'll upload your notebook and provide -you with a unique URL that you can share. - -![](../static/share-notebook.png) - -## Installation - -```sh -pip install jupysql -``` - -> **For detailed instructions [click here.](https://docs.cloud.ploomber.io/en/latest/features/notebook-sharing.html)** diff --git a/pyproject.toml b/pyproject.toml index 5613c1639..c6591bcac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ ignore_substrings = [ "http://localhost", "https://localhost", "platform.ploomber.io", + "https://ourworldindata.org", ] [tool.nbqa.addopts] diff --git a/setup.py b/setup.py index e855afc57..8f3b9aad2 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ # we removed the share notebook button in this version "jupysql-plugin>=0.4.2", "ploomber-core>=0.2.7", - "ploomber-extension", ] DEV = [ @@ -42,7 +41,7 @@ "pkgmt", "twine", # tests - "duckdb", + "duckdb<1.1.0", "duckdb-engine", "pyodbc", # sql.plot module tests