Launch Jupyter Hub in Q Blocks Instance
Follow the 2 step process:
1. Install Jupyter Hub:
wget 'https://www.qblocks.cloud/resources/setup-jupyterhub.sh' --no-check-certificate -O - | bash2. Launch Jupyter Hub:
sudo jupyterhub --ip 0.0.0.0 --port EXTRA_PORTJupyter Hub Access:
Advanced Settings (Optional):
Steps to follow:
Last updated