this post was submitted on 12 Jul 2023
9 points (100.0% liked)
pythonhelp
563 readers
1 users here now
A community for posts that include helping Python programmers
Discord:
https://discord.gg/39K88eCxxr
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've used jupyter, but not extensively. Maybe this can help?
Unfortunatly I'm not using any virtual environments, the packages are installed system-wide and I checked that the python version where the package is installed matched the one used by jupyter. Also, installing from jupyter didn't work either :/
Here is something where apparently downgrading Kaleido helped. Apparently on Windows if that helps. https://stackoverflow.com/questions/69016568/unable-to-export-plotly-images-to-png-with-kaleido
Otherwise if you are on Linux I do sometimes have to run pip via sudo to get things to show up in the path, although it may not be advisable to do so.