Pretty maps indeed! Trying to zoom out more with setting the radius parameter higher (around 4000), I have experienced frequent crashes of the Jupyter kernel. I am running this in GitHub Code Spaces, perhaps there are resource limitations involved.
Perhaps the function call can fail more gracefully when running into limitations.
plot = prettymaps.plot(
"Vienna",
radius=4000,
preset='macao',
)
Pretty maps indeed! Trying to zoom out more with setting the
radiusparameter higher (around 4000), I have experienced frequent crashes of the Jupyter kernel. I am running this in GitHub Code Spaces, perhaps there are resource limitations involved.Perhaps the function call can fail more gracefully when running into limitations.