Skip to content

Commit

Permalink
Updated README with instructions for installing jupyterlab plotly-ext…
Browse files Browse the repository at this point in the history
…ension for iplot support
  • Loading branch information
jonmmease committed Jul 21, 2018
1 parent dc6221f commit ff92ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] # install the Jupyter widgets extension
jupyter labextension install [email protected]
jupyter labextension install [email protected] # FigureWidget support
jupyter labextension install @jupyterlab/[email protected] # offline iplot support
```

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

0 comments on commit ff92ad9

Please sign in to comment.