修改jupyter notebook啟動目錄

2021-09-13 17:46:42 字數 509 閱讀 6355

修改jupyter notebook啟動目錄,只需修改jupyter_notebook_config.py檔案的內容即可。

那怎樣找到jupyter_notebook_config.py檔案呢,我提供一種方法:

輸入cmd進入dos介面,輸入jupyter notebook --generate-config可以查詢jupyter_notebook_config.py檔案所在目錄。

按照查詢到的目錄找到jupyter_notebook_config.py檔案,開啟此檔案,進行修改。

儲存jupyter_notebook_config.py檔案,重新啟動jupyter notebook。

遠端訪問伺服器jupyter notebook

在工作環境用的是windows xp系統,上面安裝anaconda只能安裝到 python3.4,有很多模組用起來很不方便,正好自己的筆記本是mac,想將mac上的notebook 做成乙個伺服器,用工作電腦window 的瀏覽器來訪問這個伺服器.參考 按上面方法做,但有乙個坑 u sha1 67c...

修改mysql mode mysql修改sql

sql modeansi traditional strict trans tables sql mode為空 最寬鬆的模式,即使有錯誤既不會報錯也不會有警告 ansi 寬鬆模式,對插入資料進行校驗,如果不符合定義型別或長度,對資料型別調整或截斷儲存,報warning警告 traditional 嚴...

mysql point 修改 mysql 修改

啟動資料庫服務 service mysqld start 連線資料庫 mysql u root password 載入資料 source sql 刪除資料庫 drop database db name 資料庫自增操作 1 建立 時新增 create table tablename id int au...