Skip to main content
This topic provides guidance on installing Team Notebooks.
  1. Log in to your JupyterHub instance as a root user.
  2. Download the installer by running the following command:
    The jupyterhub.sh installer script you just downloaded requires an environment file to pass configuration values to it for use during installation.
  3. Create a file named .env.
  4. Enter the following information into the .env file:
  5. Enter the following information into the .env file:
  6. Save your work and close the file. Find and note the full path to the .env file you just created by running the command:
  7. Run the installer with the following command:
  8. Review and accept the terms of the license agreement.
  9. Accept the default installation location of /opt/jupyterhub for the installation.
  10. Enter the path to the .env file you created when prompted with FILE PATH:. For example: /home/centos/.env
  11. Allow the installer to initialize JupyterHub by running conda init when prompted.
With JupyterHub installed, you are ready to integrate with Anaconda Server!