Skip to content

Intructions along with Script for Jupyter hub setup on Virtual Machine

License

Notifications You must be signed in to change notification settings

SaurabhAtmecs/jupyter-hubify

 
 

Repository files navigation

jupyter-hubify

Instructions along with Script for Jupyter hub setup on Virtual Machine

To make Script Executable

Using wget

wget https://raw.githubusercontent.com/singh1203/jupyter-hubify/main/setup_jupyterhub.sh
chmod +x setup_jupyterhub.sh
./setup_jupyterhub.sh

Using curl

curl -O https://raw.githubusercontent.com/<username>/<repo>/main/setup_jupyterhub.sh
chmod +x setup_jupyterhub.sh
./setup_jupyterhub.sh
  • Replace the content of "/opt/jupyterhub/etc/systemd/jupyterhub.service" with "jupyterhub.bin" content vi /opt/jupyterhub/etc/systemd/jupyterhub.service

About

Intructions along with Script for Jupyter hub setup on Virtual Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%