Jupyter Notebooks for Team Studio Spawners
Jupyter Notebooks for Team Studio uses JupyterHub to orchestrate user notebook processes. JupyterHub uses a feature called "spawners".
Spawners create the notebook process on a given platform. See JupyterHub and Spawners for more information.
Currently, Team Studio supports Docker and local process spawners.
- Starting and Stopping the Docker Spawner
The Docker spawner is the preferred spawner because it supports user isolation, which can help improve security. - 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.
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.