conda create -n env_name python=3.11 -y
conda activate env_name && conda install ipykernel -y
/mnt/data/userdata/jupyterhub/env/bin/conda init bash && source ~/.bashrc
Warning: JupyterHub seems to be served over an unsecured HTTP connection. We strongly recommend enabling HTTPS for JupyterHub.