환경설정

Jupyter Remote Access

IT찬니 2022. 1. 30. 16:38
# [REQUIRED]
c.ServerApp.ip = '0.0.0.0' # 모든 ip 허용
c.ServerApp.port = 8888

# [OPTIONAL: for other configurations]
c.ExtensionApp.open_browser = False
#c.ServerApp.allow_remote_access = False
#c.ServerApp.allow_root = False
#c.ServerApp.allow_password_change = True
c.ServerApp.token = ''
#c.ServerApp.password = 'asdzxc'
#c.ServerApp.password_required = True