#start jupyter local runtime after installation. You need to install
#jupyter notebook on cli first following google colab guide
jupyter notebook
--NotebookApp.allow_origin='https://colab.research.google.com'
--port=8888
--NotebookApp.port_retries=0