Forums

Two more packages to consider for the next built

Here are two more packages that might make sense in the next build.

Plotly.express (I see you have Plotly) Kaliedo https://github.com/plotly/Kaleido

I just set up a venv to use these, as well as Plotly, arrow and requests and I can't believe how much space it takes! I never realized. Wow. I have over 800MB used after install these few packages. I'm sure there is good reason, but wow - must be lots in them.

By plotly.express, do you mean this package? According to the docs, all of that functionality is built into the regular Plotly package as of Plotly 4, and our most recent system image (which you're already using).

Kaleido looks like a great option, though -- I've added it to the list of things to look into adding for our next system image.

Ahh - yes, you have the package I was thinking about. I didn't realized this was rolled into Plotly, examples I was looking at were just calling out Plotly.Express. Will see how I can access.

From the docs, it just looks like you should now import from plotly.express instead of plotly_express.