From 454fd67d7e1ee7f52a007ea5699771df4f8edbfd Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sun, 5 Nov 2023 08:28:42 -0500 Subject: [PATCH] reword Co-authored-by: Stefan Binder --- altair/vegalite/v5/api.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/altair/vegalite/v5/api.py b/altair/vegalite/v5/api.py index 509f7d2bf..be8bf1a89 100644 --- a/altair/vegalite/v5/api.py +++ b/altair/vegalite/v5/api.py @@ -1057,11 +1057,9 @@ def to_html( def to_url(self, fullscreen: bool = False) -> str: """Convert a chart to a URL that opens the chart specification in the Vega chart editor - - Convert a chart to a sharable URL that opens the chart in the online Vega chart editor. The chart specification (including any inline data) is encoded in the URL. - This method requires the option vl-convert-python dependency + This method requires that the vl-convert-python package is installed. Parameters ----------