plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

Using ORCA on Google Colab #363

Closed csrajath closed 3 years ago

csrajath commented 3 years ago

How can one install ORCA on Google Colab?

antoinerg commented 3 years ago

How can one install ORCA on Google Colab?

Hello @csrajath ! If you intend to use Orca from Python, you might want to have a look at plotly/Kaleido which is much easier to install (most of the time a simple pip install kaleido will do)!

I hope it helps!

csrajath commented 3 years ago

How can one install ORCA on Google Colab?

Hello @csrajath ! If you intend to use Orca from Python, you might want to have a look at plotly/Kaleido which is much easier to install (most of the time a simple pip install kaleido will do)!

I hope it helps!

Thanks!!!