Stop a Session

When you are done with a session, you can stop it.

  1. Click Stop in the menu bar above the console.
  2. Alternatively you can stop a session by typing the following command:

    R

    quit()

    Python

    exit

    Scala

    quit()
    Sessions automatically stop after an hour of inactivity.