Skip to content

Commit ff92ad9

Browse files
committed
Updated README with instructions for installing jupyterlab plotly-extension for iplot support
1 parent dc6221f commit ff92ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ In addition, to add JupyterLab support run the following commands
4646
pip install jupyterlab==0.32.1
4747
export NODE_OPTIONS=--max-old-space-size=4096
4848
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35 # install the Jupyter widgets extension
49-
jupyter labextension install plotlywidget@0.2
49+
jupyter labextension install plotlywidget@0.2 # FigureWidget support
50+
jupyter labextension install @jupyterlab/plotly-extension@0.16 # offline iplot support
5051
```
5152

5253
If you're migrating from plotly.py version 2, please check out the [migration guid](migration-guide.md)

0 commit comments

Comments
 (0)