Prerequisites
Before you begin, make sure you have the following:- An organization on Anaconda.com with a current subscription.
- A Linux server that meets the system requirements.
Installing JupyterHub
1
Download and unpack the installer
- Log in to your Linux server as a root user.
-
Download the installer by running the following command:
-
Unpack the installer tarball:
Example
2
Create a CA certificate
If necessary, create a CA certificate and make self-signed certificates off of that using the
DIY-SSL-CA
package:Make note of the the
CERT
, KEY
, and CA_CERT
values.3
Create a service account
Create a dedicated service account for the JupyterHub services to use to authenticate to your organization members.
- Sign in to Anaconda.com.
- Navigate to your Organizations page.
- Select the organization you want to create a service account for.
- Under User Management, select Service Accounts.
- Click Add Account.
- Name for your service account JupyterHub.
- Click Save.
- Save the Client ID and Client Secret in a secure location.
4
Add your OAuth callback URL
Submit a request to add your OAuth callback URL to the JupyterHub service account. Complete the request form as follows:
- Enter your email address.
- Enter “JupyterHub OAuth callback URL” as the subject.
-
In the description, provide your JupyterHub server’s fully qualified domain name.
If you have modified your
jupyterhub_config.py
’s config class variable (c.AnacondaServerAuthenticator.oauth_callback_url
), include the modified value in the description. - Select All users as the user impact.
- Select Low as the priority.
- Select Package Security Manager (Cloud) as the product.
-
Enter
N/A
as the product version. - Select Production as the system type.
- Select Integration as the ticket type.
- Select Submit.
You will receive an email when your request is approved. You can continue with the installation process while you wait for the request to be approved, but users will not be able to log into the JupyterHub server until your request is approved.
5
Create an environment file
Create an environment file named Add the following information to the
.env
in your /home/<username>/
directory.If you already have an
.env
file in your home directory, you can name your new file something else, like .env_jhub_anaconda
..env
file you just created, including the actual values:The CA Cert is only required if you are using self-signed certificates.
The
The
REPO_CHANNELS
variable is a list of that the JupyterHub services will use to install when users build new in Jupyter. The installer configures conda to respect the order of the channels as they are listed in the environment file.6
Run the installer
Run the installer with the following command:
I am receiving a libcrypt.so.1
error post installation
Amazon Linux does not include libxcrypt-compat
, which causes nginx services to error when starting.
If you receive a libcrypt.so.1
error post installation, install the libxcrypt-compat
package on your JupyterHub server: