I am running Streamlit app from Google Colab Notebook.
Due to some limitations of sending out the URL of Streamlit app to outside, I follow the tutorial of using Ngrok for sending URL via tunnel.
I know that with a single ngrok client session, I can't run more than one tunnel. But in my case, I want to rerun and reconnect my Streamlit app to ngrok again.
So in order to do so, I want to kill the running Ngrok tunnel first.
So please anyone, could you tell me how to kill ngrok from Colab Notebook?