`Jupyter` 암호 설정

ddoachi·2025년 1월 1일

암호 생성

$> jupyter notebook password
Enter password:
Verify password:
[NotebookPasswordApp] Wrote hashed password to ~{your_account_name}/.jupyter/jupyter_notebook_config.json

.jupyter/jupyter_notebook_config.json 을 열어보면 argon2~ 어쩌구 string 이 나오는데 이걸 ~/.jupyter/jupyter_notebook_config.pyc.NotebookApp.password 를 찾아 적어줌.

그리고나서 jupyter 실행 후 암호입력 칸에는 hash 된 값이 아닌, 내가 입력했던 패스워드를 적어줌!

profile
내일도 풀스택

0개의 댓글