Installing Team Notebooks
This topic provides guidance on installing Team Notebooks.
-
Log in to your JupyterHub instance as a root user.
-
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.
-
Create a file named
.env
. -
Enter the following information into the
.env
file: -
Save your work and close the file. Find and note the full path to the
.env
file you just created by running the command: -
Run the installer with the following command:
-
Review and accept the terms of the license agreement.
-
Accept the default installation location of
/opt/jupyterhub
for the installation. -
Enter the path to the
.env
file you created when prompted withFILE PATH:
.
For example: /home/centos/.env
- Allow the installer to initialize JupyterHub by running
conda init
when prompted.
With JupyterHub installed, you are ready to integrate with Package Security Manager (On-prem)!
Was this page helpful?