jupyter notebook 不知道密碼,怎么登錄解決辦法
1、 windows下,打開命令行,輸入jupyter notebook list
:
C:\Users\tom>jupyter notebook list
Currently running servers:
http://localhost:8888/?token=ee8bb2c28a89c8a24d897a6588cb1eb8ecc7733cde694b1b :: C:\Users\tom
2、復制token=后面的字符串
比如我的是這個:ee8bb2c28a89c8a24d897a6588cb1eb8ecc7733cde694b1b
3、然后粘貼到這個里面就行,點擊Login in,就可以登錄了