Solved: Running C1W1 ungraded lab on Google Colab

Hi! I am trying to run the ungraded lab on Colab because my Mac is too old for Docker and I keep running into trouble install openCV. however, when the jupyter lab start running on Colab, it shows “Running as root is not recommended. Use --allow-root to bypass.”. when i go ahead and allow root access, the local host links that pop up all shows ‘localhost refused to connect’. is there a way to solve this problem? thanks

edit: solved. set up jupyter lab by installing Colabcode following this link Explained: How To Access JupyterLab On Google Colab

Thanks for the update.