-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
Unable to import kaleido when running (price / price.iloc[0]).vbt.plot().show_svg()
in example PortfolioOptimization.ipynb
#335
Comments
@ljhust, you must install kaleido explicitly, it's not included in the distribution. Or, you can specify `engine="orca"', see https://plotly.com/python/static-image-export/. |
If you simply If you encounter any difficulties, try to use the previous version, i.e. |
Try to use |
win64/py310/kaleido 0.2.1: broken, show_svg() hangs forever - see plotly/Kaleido#126 |
It is super slow to running with |
When I running a PortfolioOptimization.ipynb example in colab, there was an error that occurred like below:
ValueError:
Image export using the "kaleido" engine requires the kaleido package,
which can be installed using pip:
$ pip install -U kaleido
The text was updated successfully, but these errors were encountered: