Skip to content
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

How to downgrade plotly to 2.7 in Jupyter/Kaggle? #1069

Closed
RishabhPande opened this issue Jul 23, 2018 · 4 comments
Closed

How to downgrade plotly to 2.7 in Jupyter/Kaggle? #1069

RishabhPande opened this issue Jul 23, 2018 · 4 comments

Comments

@RishabhPande
Copy link

I am using Jupyter and kaggle kernels, can you please advise how to downgrade back to earler version 2.7? The new version is giving error as cufflinks is not supported

#1067 (comment)

@bcdunbar
Copy link

You can downgrade using pip install plotly==2.7.0 https://pypi.org/project/plotly/2.7.0/

@RishabhPande
Copy link
Author

@bcdunbar that is for terminal, what if I want to directly downgrade on a jupyter notebook on Kaggle?

@bcdunbar
Copy link

@RishabhPande I don't know much about Kaggle but on a quick glance, Kaggle modules are preloaded. This would be handled by Kaggle not Plotly.

@jonmmease
Copy link
Contributor

Hi @RishabhPande, I agree with @bcdunbar that, if you don't have access to pip for managing your dependencies, it looks like something you'll need to take up on the kaggle side.

I'm going to close this issue for now, but feel free to follow up if you learn more from the kaggle folks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants