Skip to content

Commit 24f6f0d

Browse files
committed
update pip install in migration guide
1 parent 476b8d3 commit 24f6f0d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

migration-guide.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ does not.
6868

6969
# Getting Started
7070
## Installation
71-
To install and enable with Jupyter, run:
71+
To install and enable with Jupyter or Jupyter lab, run:
7272
```
7373
pip install plotly==3.0.0rc9
74-
pip install notebook>=5.3 ipywidgets>=7.2 # only necessary for Jupyter Notebook environments
74+
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
7575
```
7676

7777
If you're using older versions of `notebook` or `ipywidgets` you may need to manually activate the widget extensions (this should not be needed for `notebook>=5.3` and `ipywidgets>=7.2`)
@@ -315,7 +315,3 @@ VBox([HBox([f1, f2]), button])
315315

316316
#### Save figure 2 to a svg image in the exports directory
317317
`f2.save_image('exports/f2.svg')`
318-
319-
## Context Manager for Animations
320-
321-
## JupyterLab Support

0 commit comments

Comments
 (0)