ili i.
ili i.
But for svg plots, you can right-click on the plot and there is save image option already. At least on mac using chrome and firefox. Edit: Sorry, I misread, you...
You can forward the port through ssh. Example, the display server is running on port 8888 on the remote server, then you ssh with: `ssh -L 8000:localhost:8888 [email protected]` Then you...
@suryabhupa yes please do
My problem was mamba installed graalvm's python for some reason, and that version of python does not have `resource.getpagesize`. Using conda and their version of python solves the issue for...