jupyter遠端登陸

2021-08-27 14:01:29 字數 580 閱讀 9853

第一步:生成config檔案。

終端輸入:

jupyter notebook --generate-config

(如果是root使用者請用:jupyter notebook --generate-config --allow-config)

執行成功應該會顯示:

writing default config to: /home/wxl/.jupyter/jupyter_notebook_config.py

第二步:生成密碼

jupyter notebook password

enter password: **** verify password: ****

執行成功應該會顯示:

wrote hashed password to /home/wxl/.jupyter/jupyter_notebook_config.json

第五步:重啟jupyter即可

不會重啟的直接關閉再重新開

然後在區域網內其他電腦瀏覽器輸入 就可以開啟遠端jupyter了。

遠端登陸sql plus

要啟動 isql plus,請執行以下步驟 連線到 internet 或 intranet,然後啟動 web 瀏覽器。如果您不知道 oracle9i http server url,請向系統管理員諮詢。按 enter 鍵將轉到該 url。web 瀏覽器中將顯示 isql plus 登入 螢幕。在 使...

SSH遠端登陸

ssh是一種網路協議,用於計算機之間的加密登陸。windows putty linux openssh 第一次登陸對方主機,系統會出現如下提示,表示無法確認host主機的真實性,只知道公鑰指紋,是否繼續連線 ssh user host the authenticity of host host 19...

ssh遠端登陸

一 應用場景 有一台linux伺服器,現在需要通過linux作業系統或者windows作業系統遠端登陸這台伺服器。二 linux 遠端登入linux伺服器 ubuntu為例 1 首先,伺服器端需要安裝ssh伺服器,方法為 sudo apt get updatesudo apt get install...