When using R and rleaflet in a Jupyter Lab Notebook. My output map is short and wide with a vertical scroll box, and I can find no means of increasing it's height.
# Code to reproduce
library(leaflet)
m = leaflet() %>% addTiles()
m
When using R and rleaflet in a Jupyter Lab Notebook. My output map is short and wide with a vertical scroll box, and I can find no means of increasing it's height.
# Code to reproduce
library(leaflet)
m = leaflet() %>% addTiles()
m