Skip to content

Commit

Permalink
Pull in a few more docs fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed Jan 28, 2025
1 parent 0d51735 commit a688ce7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/md/how_to/python/jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
2 changes: 0 additions & 2 deletions packages/perspective-jupyterlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a688ce7

Please sign in to comment.