Jupyter Notebook啟用conda環境

2021-08-13 15:07:17 字數 976 閱讀 5577

windows環境配置如下:

1.開啟預設conda環境:

(root) c:\users\username>

2.選擇要在jupyter notebook中啟用的env,並啟用

(root

style-transfer           d:\programdata\miniconda3\envs\style-transfer

root                  *  d:\programdata\miniconda3

(root) c:\users\username>activatesiraj-regression

3.在要啟用的環境中安裝ipykernel

<siraj-regression>c:\users\username> conda install ipykernel

4.將選擇的conda環境注入jupyter notebook

<siraj-regression> c:\users\username>python -m ipykernel install --user --name siraj-regressio

n --display-name "python [conda env:siraj-regression]"格式: python -m ipykernel install --user --name [要設定的conda中的環境] --display-name [在jupyter notebook中要顯示的環境變數]

5.conda root環境下開啟jupyter notebook即可,在開啟的ui介面即可看到已載入的核心。

(root) c:\users\username>jupyter notebook

遠端訪問jupyter notebook

ipython notebook是乙個基於瀏覽器的python資料分析工具,使用起來非常方便,具有極強的互動方式和富文字的展示效果。jupyter是它的公升級版,但是它預設只能在本地訪問,如果想把它安裝在伺服器上,然後在本地遠端訪問,則需要進行如下配置 1.登陸遠端伺服器 2.生成配置檔案 jupy...

遠端訪問jupyter notebook

步驟如下 1.登入遠端伺服器 2.生成jupyter配置檔案 jupyter notebook generate config 3.手動生成密碼 開啟ipython,建立密碼的密文 in 1 from notebook.auth import passwd in 2 passwd enter pas...

遠端訪問jupyter notebook

py35 jupyter notebook generate config 若這裡提示sql相關的庫缺失,要安裝sqlite3等包 所以編譯安裝python時先 安裝 python3 dev libffi dev libssl dev libsqlite3 dev sqlite3 pysqlite2...