$> 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.py 내 c.NotebookApp.password 를 찾아 적어줌.
그리고나서 jupyter 실행 후 암호입력 칸에는 hash 된 값이 아닌, 내가 입력했던 패스워드를 적어줌!