Install Jupyterhub di Ubuntu

sudo apt install python3 python3-pip python3-dev -y

sudo apt install nodejs npm -y

sudo apt apt install python3.12-venv

sudo npm install -g configurable-http-proxy

python3 -m venv .jupyter

source .jupyter/bin/activate

pip install jupyterhub

jupyterhub –generate-config

nano jupyterhub_config.py

c.Authenticator.allow_all = True

Be the first to comment

Leave a Reply

Your email address will not be published.


*