解決方法 修改Jupyter預設路徑

2022-06-23 17:51:11 字數 1066 閱讀 9393

【解決方法】修改jupyter預設路徑

輸入c:\users\admin>jupyter notebook --generate-config

顯示writing default config to: c:\users\admin\.jupyter\jupyter_notebook_config.py

找到該位置c:\users\admin\.jupyter,開啟jupyter_notebook_config.py

搜尋dir,找到

## the directory to use for notebooks and kernels.

#

修改為

'  記得去掉前面的#

檢查是否修改成功:在anaconda prompt 輸入jupyter notebook

serving notebooks from local directory: f:\python\jupyter

2.   jupyter notebook (anaconda3)

修改目標,起始位置

目標(t):" 把其中最後面的%userprofile% 去掉.

' 中指定的f:\python\jupyter

安裝thems

pip install jupyterthemes

jt -t monokai -f fira -fs 12 -ofs 12 -dfs 12 -nfs 11 -tfs 11 -n -t

jt -l

jupyter修改預設路徑

1.生成配置檔案 在開始選單裡找到並開啟anaconda prompt,並執行如下命令 jupyter notebook generate config2.開啟生成配置檔案 檔案位置為上一步的預設資料夾下的 jupyter jupyter notebook config.py例如 c users a...

預設查詢方案,出錯解決方法

通過查詢框提供儲存預設查詢方案的功能,設定後下次執行時系統直接以預設條件查出記錄,不再彈出查詢框。有時該功能設定後會報錯,導致使用者無法再執行功能,也無法清除預設查詢方案,此時可以使用以下sql語句從資料庫直接刪除 刪除預設查詢方案 delete from t query querysolution...

Redis 修改密碼 無效的解決方法

這是很簡單的操作,但是一開始還是會入坑,無論是windows 還是 linux,最初的理解是修改redis.conf檔案裡的requirepass,儲存,然後重啟redis server 服務,嘗試了幾次,但還會報以下的錯誤 h redis cli 127.0.0.1 6379 auth 12345...