From a9f3b3ac3780a7305e6db8813c97ce143cb15d7f Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 6 Feb 2026 13:27:01 +0530 Subject: [PATCH] add refs --- jconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jconf b/jconf index face698..53b8807 100755 --- a/jconf +++ b/jconf @@ -11,6 +11,8 @@ # deluser: deletes jupyterhub user, deletes user home, deletes user profile from system. # start: starts the server, systemd call # stop: stops the server, systemd call +# reference: https://medium.com/@prateekaverma/install-jupyterhub-and-jupyterlab-on-ubuntu-server-d390570b5bb6 +# detect if jconf is already installed, print who the admin is if so. title() { echo "JConf: JupyterHub Configuration Manager."