伺服器端執行Jupyter Notebook進行

2021-09-01 16:03:33 字數 921 閱讀 1089

1.安裝anaconda.anaconda整合了大量的第三方pyhton庫,使用簡單,這裡我們就選它了。

mkdir anaconda

cd anaconda

wget

bash anaconda3-4.4.0-linux-x86_64.sh

mkdir是新建乙個目錄,用於放置我們的anaconda.(這裡並未分割槽,因為我也不會啊!cd是進入目錄

bash就是安裝anaconda

2.設定jupyter登陸密碼

jupyter notebook --generate-config  # 生成jupyter notebook配置檔案

ipython #開啟ipython

from notebook.auth import

passwd

passwd() #生成密碼

3.修改jupyper配置檔案

$vi

~/.jupyter/jupyter_notebook_config.py

把下面的文字貼上進去(在putty中,按右鍵可以貼上剪下板中的文字喲!編輯好後按esc鍵,輸入:wq儲存並退出'*'

4.啟動jupyter。在命令列輸入jupyter notebook &將jupyter加入任務。

socket伺服器端

伺服器 include winsock2.h include string.h include stdio.h include time.h include stdarg.h include stdlib.h pragma comment lib,ws2 32 void errexit const ...

kerberos伺服器端

1.安裝tcl wget tar zvxf tcl8.5.12 src.tar.gz cd tcl8.5.12 cd unix configure make make install 3.解壓 tar xvf krb5 1.10.3 signed.tar tar zvxf krb5 1.10.3.t...

C tcp伺服器端

伺服器端 include stdafx.h include winsock2.h pragma comment lib,ws2 32.lib include using namespace std int tmain int argc,char ar 建立套接字 sserver socket af ...