Starting and Stopping the Local Process Spawner

You can use a local process spawner if you do not want to use Docker as part of your Jupyter Notebooks for Team Studio configuration.

Perform these tasks from the directory where Jupyter Notebooks is installed.

Prerequisites

The Local Spawner requires creating a user account for each user in Team Studio who uses the Jupyter Notebooks Server. The user name is in the form chorus-username, where username is the user's User ID in Team Studio.

Procedure

  1. To start the local process spawner, run the following command.
    systemctl start tsnotebooks
    
    The local process spawner is started.
  2. To stop the local process spawner, run the following command.
    systemctl stop tsnotebooks
    
    The local process spawner is stopped.