From 5bf9bf136bac9e939f77ca1f674801dea705f807 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sun, 14 Jan 2024 14:14:10 -0500 Subject: [PATCH 1/2] Update that we support more than Vega-Lite 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863dca1..71bc837 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![npm version](https://img.shields.io/npm/v/jupyter-vega.svg)](https://www.npmjs.com/package/jupyter-vega) [![Build Status](https://github.com/vega/ipyvega/workflows/Test/badge.svg)](https://github.com/vega/ipyvega/actions) -IPython/Jupyter notebook module for [Vega 5](https://github.com/vega/vega), and [Vega-Lite 4](https://github.com/vega/vega-lite). Notebooks with embedded visualizations can be viewed on [GitHub](https://github.com/vega/ipyvega/blob/master/notebooks/VegaLite.ipynb) and [nbviewer](https://nbviewer.jupyter.org/github/vega/ipyvega/blob/master/notebooks/VegaLite.ipynb). If you use JupyterLab (not the notebook), you don't need to install this extension since JupyterLab comes with built-in support for Vega and Vega-Lite. +IPython/Jupyter notebook module for [Vega](https://github.com/vega/vega), and [Vega-Lite](https://github.com/vega/vega-lite). Notebooks with embedded visualizations can be viewed on [GitHub](https://github.com/vega/ipyvega/blob/master/notebooks/VegaLite.ipynb) and [nbviewer](https://nbviewer.jupyter.org/github/vega/ipyvega/blob/master/notebooks/VegaLite.ipynb). If you use JupyterLab (not the notebook), you don't need to install this extension since JupyterLab comes with built-in support for Vega and Vega-Lite. Available on [pypi](https://pypi.python.org/pypi/vega) and [Conda Forge](https://anaconda.org/conda-forge/vega) as `vega`. From cae15fcdb770df423dce71701c772d718c2bd4d4 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sun, 14 Jan 2024 14:14:49 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71d8421..80fa094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "vega" version = "4.0.0" license = "BSD 3-clause" -description = "A Jupyter widget for Vega 5 and Vega-Lite 4" +description = "A Jupyter widget for Vega and Vega-Lite" authors = ["Dominik Moritz "] packages = [ { include = "vega" },