Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !python3 -m pip install notebook !
- !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -0 cloudflared
- !chmod +x cloudflared
- !sudo mv cloudflared /usr/local/bin/
- !cloudflared tunnel-url localhost:8888 & python3 -m notebook-allow-root
- While True:pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement