From ae7b55bae829c0c50fee5292b24743c1d5514244 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Wed, 26 Nov 2025 14:29:11 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bebbc..f4b5115 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # jbomb -JupyterHub Setup and Management Scripts \ No newline at end of file +JupyterHub Setup and Management Scripts for Linux based OpS. + +## Jconf + +JupyterHub Management Script. Installs jupyterhub to /opt and manages systemd service. Can also create and delete system linked hub users. + +## PEnv + +Simple python virtual environment manager. Can create an env using locally installed python binary. Automatically installs the env as jupyter kernel for use in jlab and jnotebook. + +--- + +~ A Grammer Society Project. \ No newline at end of file