기타
jupyterlab 설치
nanon
2021. 1. 15. 07:16
-
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