Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const config = {
label: "Examples",
},
{
href: "https://www.prospective.co/blog",
href: "https://prospective.co/blog",
label: "Blog",
position: "right",
},
Expand Down
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
Loading