We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The python-igraph package was renamed to simply igraph. Support for the earlier name is stopping. See https://pypi.org/project/python-igraph/
python-igraph
igraph
Please update the references in plotly.py:
https://github.com/search?q=repo%3Aplotly%2Fplotly.py%20python-igraph&type=code
This is basically changing all the pip install python-igraph to pip install igraph.
pip install python-igraph
pip install igraph
The text was updated successfully, but these errors were encountered:
Thanks @szhorvat
@LiamConnors this looks like it only impacts the docs.
Sorry, something went wrong.
No branches or pull requests
The
python-igraph
package was renamed to simplyigraph
. Support for the earlier name is stopping. See https://pypi.org/project/python-igraph/Please update the references in plotly.py:
https://github.com/search?q=repo%3Aplotly%2Fplotly.py%20python-igraph&type=code
This is basically changing all the
pip install python-igraph
topip install igraph
.The text was updated successfully, but these errors were encountered: