CODEDRAGON ㆍDevelopment/Python
Jupyter - Password or token:, Token authentication is enabled
해결방법
토큰 목록을 확인합니다.
C:\CodeLab>jupyter notebook list Currently running servers: http://localhost:8890/?token=d5d7a88c007436484a3f0f95c684cbeef1f671293a59360b :: C:\Users\codedragon http://localhost:8888/?token=a181bc925d30ed11a0ecc607f428c24487c41d9c8db78230 :: C:\Users\codedragon C:\CodeLab> |
접속방법 1
표시된 a181bc925d30ed11a0ecc607f428c24487c41d9c8db78230을 복사합니다.
"Password or token: "에 붙여넣기 한 후 >> [Log in]
로그인이 되지 않으며 다른 토큰을 사용합니다.
로그인 정상적으로 이뤄집니다.
접속방법 2
"jupyter notebook list"에 표시된 목록에서
URL 전체를 복사한 후 브라우저에 붙여넣기 하여 바로 접속하는 것도 가능합니다.
http://localhost:8888/?token=a181bc925d30ed11a0ecc607f428c24487c41d9c8db78230
'Development > Python' 카테고리의 다른 글
오차 역전파 수행 과정 (0) | 2019.11.01 |
---|---|
NumPy의 random 서브패키지 (0) | 2019.10.31 |
pdb 명령어 (0) | 2019.10.28 |
역전파 수식 (0) | 2019.10.26 |
SandDance (0) | 2019.10.24 |