MetroStar / jh-admin-dashboard

React based Admin UI for JH https://github.com/jupyterhub/jupyterhub/issues/3039
MIT License
2 stars 1 forks source link

How to use the app? #5

Open caiquanyou opened 3 years ago

caiquanyou commented 3 years ago

Install jh-admin-dashboard with pip command,and add the code to the config.py from jhadmin.app import JH_ADMIN_TEMPLATE_PATHS from jhadmin.hubextension import jhadmin_extra_handlers c.JupyterHub.template_paths.extend(JH_ADMIN_TEMPLATE_PATHS) c.JupyterHub.extra_handlers.extend(jhadmin_extra_handlers) but cannot get the custom login page and user/group edit page, how to set it correct?