8000 Fixed command for installing ipywidgets using pip by SubodhDahal · Pull Request #2472 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Fixed command for installing ipywidgets using pip #2472

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 1 commit into from
May 14, 2020
Merged
Changes from all commits
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
Fixed command for installing ipywidgets using pip
  • Loading branch information
SubodhDahal authored May 14, 2020
commit ed0a8b72837d5bbbba6a880f9543b0a9e446403f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
packages using pip...

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

or conda.
Expand Down
0