From 2bdb41df2a16d13ae42c0582d81d16bf18ce4f14 Mon Sep 17 00:00:00 2001 From: westonplatter Date: Tue, 17 Dec 2019 23:18:44 -0700 Subject: [PATCH] readme. release pinned version in install guide. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecea8ee..6bcda8d 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ extension. First, install the Python package using either pip... ``` -$ pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3 +$ pip install "jupyterlab>=1.0" jupyterlab-dash ``` or conda (but not both!). ``` -$ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash=0.1.0a3 +$ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash ``` -Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work. +Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work. ``` -$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.3 +$ jupyter labextension install jupyterlab-dash ``` ## Development Installation