Editing and running your code directly on the RCS compute service

Struggling to keep your code in sync between your computer and the RCS compute service? Or finding it hard to debug remotely?

The simplest way to run code on the compute service is using our Jupyter service. This works entirely through your browser, and gives you an interactive environment to edit and run your Python, Julia, R or MATLAB code - including a terminal you can use to submit jobs as usual. If you’re writing R code then you can also use our RStudio service.

If you’re familiar with Visual Studio Code then you can use the Remote - SSH extension to connect to the compute service and edit your code in-place, even using the built-in debugger.

Further resources