Installing the client#

In terms of Enterprise Gateway, the client application is typically Jupyter Server (hosting JupyterLab) or Jupyter Notebook. These applications are then configured to connect to Enterprise Gateway.

To install Jupyter Server via pip:

pip install jupyter_server

or via conda:

conda install -c conda-forge jupyter_server

Likewise, for Jupyter Notebook via pip:

pip install notebook

or via conda:

conda install -c conda-forge notebook

For additional information regarding the installation of Jupyter Server or Jupyter Notebook, please refer to their respective documentation (see embedded links).