From ff92ad96fbc9782fa35491bb749801270a478ec0 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Fri, 20 Jul 2018 20:03:52 -0400 Subject: [PATCH] Updated README with instructions for installing jupyterlab plotly-extension for iplot support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8968667df6b..5a31d6cc67b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ In addition, to add JupyterLab support run the following commands pip install jupyterlab==0.32.1 export NODE_OPTIONS=--max-old-space-size=4096 jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35 # install the Jupyter widgets extension -jupyter labextension install plotlywidget@0.2 +jupyter labextension install plotlywidget@0.2 # FigureWidget support +jupyter labextension install @jupyterlab/plotly-extension@0.16 # offline iplot support ``` If you're migrating from plotly.py version 2, please check out the [migration guid](migration-guide.md)