**知乎
1.開啟 cmd 輸入命令 jupyter notebook --generate-config
2.找到c:\users\administrator\.jupyter 中的檔案 jupyter_notebook_config.py
3.用記事本開啟找到# the directory to use for notebooks and kernels.
將其修改為
# the directory to use for notebooks and kernels.
(注意將#號刪除,注意是\\雙斜線 這裡的e:\\jupyter是我喜歡的目錄)
(注意事項,不支援中文,可以有空格)
遠端訪問伺服器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...