Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Release 4.3.0 #1894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update versions in README
  • Loading branch information
jonmmease committed Nov 12, 2019
commit 42e09c071f9375d504b0d88c84fbc45e6a6b51dd
12 changes: 6 additions & 6 deletions 12 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is

plotly.py may be installed using pip...
```
pip install plotly==4.2.1
pip install plotly==4.3.0
```

or conda.
```
conda install -c plotly plotly=4.2.1
conda install -c plotly plotly=4.3.0
```

### Jupyter Notebook Support
Expand All @@ -99,7 +99,7 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
packages using pip...

```
pip install jupyterlab==1.0 "ipywidgets==7.5"
pip install jupyterlab==1.2 "ipywidgets==7.5"
```

or conda.
Expand All @@ -117,13 +117,13 @@ export NODE_OPTIONS=--max-old-space-size=4096
set NODE_OPTIONS=--max-old-space-size=4096

# Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build

# FigureWidget support
jupyter labextension install plotlywidget@1.2.0 --no-build
jupyter labextension install plotlywidget@1.3.0 --no-build

# and jupyterlab renderer support
jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build

# Build extensions (must be done to activate extensions since --no-build is used above)
jupyter lab build
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.