- 生成一個(gè)notebook 配置文件
jupyter notebook --generate-config
root 用戶執(zhí)行時(shí)需要加上 --allow-root 選項(xiàng)
jupyter notebook --generate-config --allow-config
會生成一個(gè)py
文件在.jupyter
目錄下面
- 生成密碼
jupyter notebook password
然后根據(jù)提示設(shè)置密碼. 設(shè)置的密碼將存儲在.json
文件中
- 修改監(jiān)聽端口
在jupyter_notebook_config.py
中找到下面的配置, 修改
c.NotebookApp.ip='*'
c.NotebookApp.open_browser = False
c.NotebookApp.port =8888 #可自行指定一個(gè)端口, 訪問時(shí)使用該端口