-
docker에서 port open
-
generate config file
jupyter server --generate-config
-> ~/.jupyter
폴더에 jupyet_server_config.py
가 생성된다.
- update
jupyet_server_config.py
c.ServerApp.password_required = True c.ServerApp.port = 8888 c.NotebookApp.ip = '*' c.ServerApp.allow_origin = '*' c.ServerApp.allow_root = True
- jupyter lab --port=8888
https://jupyter-notebook.readthedocs.io/en/stable/public_server.html
'기타' 카테고리의 다른 글
안드로이드에서 로컬 서버 접속하기 (0) | 2021.02.16 |
---|---|
Cygwin (0) | 2021.01.13 |
chrome 개발자 도구(developer tool) freeze/pause screen (debug/breakpoint) (0) | 2021.01.13 |
AOP(Aspect Oriented Programming) (0) | 2021.01.07 |