-
ngrok - secure introspectable tunnels to localhost
@Botto ngrok, probably the best tool I have started to use for my webwork since firebug also great support
ngrok.com
위에 사이트에서 다운이 가능하다.
Ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels.
다운을 하고나서 가입을 하면, Authtoken을 이용해서 access 한다.. 과정은 쉬워서 ,.. 어렵지 않다.
아래처럼 토큰을 주거나 cli를 알려주는데 cli를 이용하는게 건강에 좋다. ngrok 설치된 곳 가서 진행하자.
그리고나서 jupyter 비밀번호를 설정한 뒤 ngrok에 해당 주피터 주소를 등록해주면 끝
jupyter notebook --generate-config echo "NotebookApp.allow_remote_access = True" >> {위에서 나온 경로} jupyter notebook password {비밀번호 설정} jupyer notebook ngrok http {port} -host-header = "localhost:{port}"
그리고나면 아래와 같이 포워딩된 주소를 알려준다. 이를 이용하면 공유 가능 ! 끝
Forwarding http://{해쉬값}.ngrok.io
REFERENCES
'2021년 > 개발공부' 카테고리의 다른 글
Greate Expectations (0) 2021.06.02 apache Airflow (0) 2021.04.22 [논문 정리] A Contextual-Bandit Approach to Personalized News Article Recommendation (0) 2021.04.17 오늘부터 나도 인싸! 인터넷 친구만들기 😎 (0) 2021.04.15 [논문 정리] Wide & Deep Learning for Recommender Systems (0) 2021.04.14