-
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Sep 3, 2025
Replies: 1 comment 2 replies
-
The behavior you're seeing happens because ipyleaflet doesn't have code to handle PDF rendering as an image. The Python and R libraries are different pieces of code; you can't assume that the behavior in one will be replicated in the other. So I think the answer is that you're right: it's not possible currently. If my diagnosis is correct, this needs changes in the ipyleaflet library itself. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mana-ma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The behavior you're seeing happens because ipyleaflet doesn't have code to handle PDF rendering as an image. The Python and R libraries are different pieces of code; you can't assume that the behavior in one will be replicated in the other.
So I think the answer is that you're right: it's not possible currently. If my diagnosis is correct, this needs changes in the ipyleaflet library itself.