Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

How to Start R in JupyterHub

JupyterHub supports R programming via pre-configured container images. Follow the steps below to get started with R in your browser:

  1. Go to Create Server page

  2. Configure CPU, RAM, and GPU settings if needed

  3. Click the dropdown under “Notebook Container Image

  4. Choose Jupyter Stack R Notebook image

  5. Click the Start button

  6. Wait for the container to initialize

Screenshot showing Server Creation page
  1. Open an R Notebook or R Console

You can now write and run R code in a browser-based environment.

Screenshot showing Jupyter's launcher page
  1. Write Your Code and Run!

Screenshot showing the execution result of example code on JupyterHub
  1. Stop Server

Always remember to stop your server to release resources when you’re done.

How to Release Resources on JupyterHub Services