We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6221f commit ff92ad9Copy full SHA for ff92ad9
README.md
@@ -46,7 +46,8 @@ In addition, to add JupyterLab support run the following commands
46
pip install jupyterlab==0.32.1
47
export NODE_OPTIONS=--max-old-space-size=4096
48
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35 # install the Jupyter widgets extension
49
-jupyter labextension install plotlywidget@0.2
+jupyter labextension install plotlywidget@0.2 # FigureWidget support
50
+jupyter labextension install @jupyterlab/plotly-extension@0.16 # offline iplot support
51
```
52
53
If you're migrating from plotly.py version 2, please check out the [migration guid](migration-guide.md)
0 commit comments