Nate

Results 10 comments of Nate

I am getting this issue with any and all versions of Jupyter/Python, and latest version of code-server

I am also having this issue. I cannot reproduce it reliably, but it breaks my work flow to the point that VS Code is barely use-able.

> Following up on this, I notice that this issue arises whenever I begin generating a number of plots (using httpgd as recommended), and it causes VScode to either slow...

For reference, I made a version using Leaflet to see how Leaflet treats this. The layer controls must be added manually, but the functions which clear various layers don't seem...

tm_basemap() is not working for me in plot mode; is it meant to be working or is it for v4? It just produces a blank white plot. ``` library(tmap) data("NLD_prov")...

Thank you for that. I have already seen that example and was wondering if the example in this thread would work. I suppose there is no difference between the methods,...

Tmap uses leaflet when plotted in R Shiny. So you can use the fullscreen control plugin from the leaflet.extras package: [https://bhaskarvk.github.io/leaflet.extras/reference/fullscreen.html](https://bhaskarvk.github.io/leaflet.extras/reference/fullscreen.html ) To convert a tmap plot to leaflet, you...

Was a resolution to this ever found? I am using the latest R Studio version but I am still having this identical problem. I can't say for sure that it's...

After digging into it a bit more, I am thinking that this is actually related to #240 instead. I am using a proxy, and I've replicated the issue on another...