Skip to content

Instantly share code, notes, and snippets.

@sallysooo
sallysooo / install_jupyterhub.sh
Last active November 13, 2024 15:05
script for installing jupyterhub in Rocky Linux
#!/bin/bash
echo "Updating system packages..."
dnf -y update
echo "Install JupyterHub and Libraries..."
dnf install -y python3-pip npm
npm install -g configurable-http-proxy
pip install jupyterhub jupyterlab notebook