Quick Retrieve on Google     Quick Retrieve on Bing

Combine Art and Sciences

Blogs transfered from: blog.csdn.net/sonictl

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Flask on Google Colab

Colab is strong and famous by its support of GPU/TPU. However, with Flask, it can be a web app server. That's very cool!

Ngrok

Expose the localhost to a public temporary url that can be shared with all around the world. That's so cool!

But how?

about the no-token ngrok test:

no-token ngrok: https://dl.equinox.io/ngrok/ngrok/stable
1 Download: wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
2. unzip ngrok-stable-linux-amd64.zip
3 ./ngrok http 8080

ref: https://www.tecmint.com/test-local-websites-on-internet-using-ngrok/

Really really cool!

posted on 2020-03-10 23:17  sonictl  阅读(484)  评论(0编辑  收藏  举报