From 3d41c8c3532b59d1ad368935bad502ce573f2083 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Wed, 14 Nov 2018 14:48:00 -0500 Subject: [PATCH] Typo instal -> install --- packages/perspective-jupyterlab/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/packages/perspective-jupyterlab/README.md b/packages/perspective-jupyterlab/README.md index 0f1cf89b9e..083e1d2a7f 100644 --- a/packages/perspective-jupyterlab/README.md +++ b/packages/perspective-jupyterlab/README.md @@ -12,17 +12,8 @@ This extension allows in-lining perspective based charts in jupyterlab notebooks jupyter labextension install @jpmorganchase/perspective-jupyterlab ``` -### From source - -First build perspective ala the perspective documentation, then from inside the -jlab directory: - -```bash -jupyter labextension install . -``` - ### PIP ```bash -pip instal perspective-python -``` \ No newline at end of file +pip install perspective-python +```