1 選擇乙個用於存放config檔案的資料夾(先建立)
2 在cmd中進入該資料夾的路徑
3在cmd中 輸入命令 jupyter notebook --generate-config
4 此時在該資料夾中便生成乙個notebook的config檔案,檔名是「jupyter_notebook_config.py」
5 開啟該檔案,修改
「# the directory to use for notebooks and kernels.」下面的
登陸anaconda prompt 此時位置 在c盤 c:\users\2iu_toop>
3、成功修改
再次雙擊jupyter notebook的快捷方式,可以看到工作路徑已正確修改:
工作目錄修改成為:e:\jupyter。
遠端訪問jupyter notebook
ipython notebook是乙個基於瀏覽器的python資料分析工具,使用起來非常方便,具有極強的互動方式和富文字的展示效果。jupyter是它的公升級版,但是它預設只能在本地訪問,如果想把它安裝在伺服器上,然後在本地遠端訪問,則需要進行如下配置 1.登陸遠端伺服器 2.生成配置檔案 jupy...
Jupyter Notebook啟用conda環境
windows環境配置如下 1.開啟預設conda環境 root c users username 2.選擇要在jupyter notebook中啟用的env,並啟用 root style transfer d programdata miniconda3 envs style transfer r...
遠端訪問jupyter notebook
步驟如下 1.登入遠端伺服器 2.生成jupyter配置檔案 jupyter notebook generate config 3.手動生成密碼 開啟ipython,建立密碼的密文 in 1 from notebook.auth import passwd in 2 passwd enter pas...