Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Install and setup

Updated 1 min read

JHub Apps can be integrated with most JupyterHub (> 4) installations, but we officially support JupyterHub(s) with following Spawners:

  • KubeSpawner
  • SimpleLocalProcessSpawner
  • DockerSpawner

Pre-requisites: Python >= 3.8

Terminal window
pip install jhub-apps

To integrate jhub-apps into your JupyterHub installation, add the following to your jupyterhub_config.py:

c.JAppsConfig.jupyterhub_config_path = "jupyterhub_config.py"
c = install_jhub_apps(c, <YOUR-SPAWNER-CLASS>)