From a688ce7dc116226eb234bf895f820a1d1cb06ccc Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:06:48 -0500 Subject: [PATCH] Pull in a few more docs fixes Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- docs/md/how_to/python/jupyterlab.md | 2 +- packages/perspective-jupyterlab/README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/md/how_to/python/jupyterlab.md b/docs/md/how_to/python/jupyterlab.md index 33f6aea33b..2a47502de0 100644 --- a/docs/md/how_to/python/jupyterlab.md +++ b/docs/md/how_to/python/jupyterlab.md @@ -9,7 +9,7 @@ for the managed `View`: ```python from perspective.widget import PerspectiveWidget -w = perspective.PerspectiveWidget( +w = PerspectiveWidget( data, plugin="X Bar", aggregates={"datetime": "any"}, diff --git a/packages/perspective-jupyterlab/README.md b/packages/perspective-jupyterlab/README.md index 3e05fed079..b361f6e49d 100644 --- a/packages/perspective-jupyterlab/README.md +++ b/packages/perspective-jupyterlab/README.md @@ -2,8 +2,6 @@ This extension allows in-lining perspective based charts in jupyterlab notebooks. -[Examples](https://github.com/finos/perspective/tree/master/examples/jupyter-notebooks) - ## Installation ### From npm