Installing the client#
In terms of Enterprise Gateway, the client application is typically JupyterLab or Jupyter Notebook which has an embedded Jupyter Server. These applications are then configured to connect to Enterprise Gateway and delegate the kernel management operations to the Gateway server (see Connecting to EG for more details).
To install Jupyter Server via pip:
pip install jupyterlab
or via conda:
conda install -c conda-forge jupyterlab
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 JupyterLab or Jupyter Notebook, please refer to their respective documentation (see embedded links).