建議安裝anaconda,自帶python 和 jupyter labpython
若是你已經在使用anaconda,而且也建立了虛擬環境,那麼下面命令應當conda activate xxx 到在你的虛擬環境。瀏覽器
生成配置服務器
jupyter lab --generate-config
默認的配置文件放在 "C:\Users\Administrator\.jupyter\jupyter_lab_config.py"spa
修改配置code
c.ServerApp.allow_remote_access = True #設置容許遠程訪問 c.ServerApp.local_hostnames = ['192.168.1.xxx'] #設置主機名 c.ServerApp.root_dir = 'E:\\' #設置啓動後的jupyterlab的筆記文件根目錄 c.ServerApp.token = 'ddf3b439292e0f0027e36fafa3f70df04bf79c98936cb7d4' # 設置token 方便vscode配置jupyter
外部訪問blog
外部瀏覽器訪問 : http://192.168.1.xxx:8888/lab?token=ddf3b439292e0f0027e36fafa3f70df04bf79c98936cb7d4
token
vscode配置rem
Ctrl+shift+P 打開命令輸入框get
Jupyter: 建立新的空白jupyter 筆記本cmd
Jupyter: 指定本地或着遠程Jupyter服務器的鏈接--現有--填入 http://192.168.1.xxx:8888/lab?token=ddf3b439292e0f0027e36fafa3f70df04bf79c98936cb7d4 而後右下角會提示重啓vscode,重啓後,就能夠建立一個筆記本用了
啓動和中止jupyterlab
啓動
- cmd窗口 jupyter lab
- conda navagator 點擊 jupyter lab 的 Lunch按鈕
中止
- cmd窗口 jupyter-lab stop 8888
注意事項
要想讓修改後的配置文件正確加載,必須正確關閉jupyter lab,
正確關閉jupyter lab的方法: 瀏覽器網頁端---文件---shutdown
全部的配置文件鍵值對,必須靠左定格寫