修改Jupyter notebook的啟動目錄

2021-10-01 13:12:25 字數 676 閱讀 2511

jupyter notebook --generate-config​如:

c:\users\administrator>jupyter notebook --generate-config

c:\users\administrator\.jupyter\jupyter_notebook_config.py with default config? [y/n]n    #

選擇不替換為預設配置

btw: 也可以在命令列啟動jupyter notebook是增加引數,直接指定啟動目錄。但僅在本次啟動中有效(可用jup4yter notebook -h查詢幫助),如:

jupyter notebook --notebook-dir= f:\nook

c:\programdata\anaconda3\python.exe c:\programdata\anaconda3\cwp.py c:\programdata\anaconda3 「c:/programdata/anaconda3/python.exe」 「c:/programdata/anaconda3/scripts/jupyter-notebook-script.py」 %userprofile%」

遠端訪問伺服器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...