命令列模式(按 esc 生效)編輯快捷鍵
f: 查詢並且替換
ctrl-shift-f: 開啟命令配置
ctrl-shift-p: 開啟命令配置
enter: 進入編輯模式
p: 開啟命令配置
shift-enter: 執行**塊, 選擇下面的**塊
ctrl-enter: 執行選中的**塊
alt-enter: 執行**塊並且插入下面
y: 把**塊變成**
m: 把**塊變成標籤
r: 清除**塊格式
1: 把**塊變成heading 1
2: 把**塊變成heading 2
3: 把**塊變成heading 3
4: 把**塊變成heading 4
5: 把**塊變成heading 5
6: 把**塊變成heading 6
k: 選擇上面的**塊
上: 選擇上面的**塊
下: 選擇下面的**塊
j: 選擇下面的**塊
shift-k: 擴充套件上面選擇的**塊
shift-上: 擴充套件上面選擇的**塊
shift-下: 擴充套件下面選擇的**塊
shift-j: 擴充套件下面選擇的**塊
ctrl-a: select all cells
a: 在上面插入**塊
b: 在下面插入**塊
x: 剪下選擇的**塊
c: 複製選擇的**塊
shift-v: 貼上到上面
v: 貼上到下面
z: 撤銷刪除
d,d: 刪除選中單元格
shift-m: 合併選中單元格, 如果只有乙個單元格被選中
ctrl-s: 儲存並檢查
s: 儲存並檢查
l: 切換行號
o: 選擇單元格的輸出
shift-o: 切換選定單元的輸出滾動
h: 顯示快捷鍵
i,i: 中斷服務
0,0: 重啟服務(帶視窗)
esc: 關閉頁面
q: 關閉頁面
shift-l: 在所有單元格中切換行號,並保持設定
shift-空格: 向上滾動
空格: 向下滾動
編輯模式(按 enter 生效)
tab: **完成或縮排
shift-tab: 工具提示
ctrl-]: 縮排
ctrl-[: 取消縮排
ctrl-a: 全選
ctrl-z: 撤銷
ctrl-d: 刪除整行
ctrl-u: 撤銷選擇
insert: 切換 重寫標誌
ctrl-home: 跳到單元格起始處
ctrl-上: 跳到單元格起始處
ctrl-end: 跳到單元格最後
ctrl-下: 跳到單元格最後
ctrl-左: 跳到單詞左邊
ctrl-右: 跳到單詞右邊
ctrl-刪除: 刪除前面的單詞
ctrl-delete: 刪除後面的單詞
ctrl-y: 重做
alt-u: 重新選擇
ctrl-m: 進入命令列模式
ctrl-shift-f: 開啟命令配置
ctrl-shift-p: 開啟命令配置
esc: 進入命令列模式
shift-enter: 執行**塊, 選擇下面的**塊
ctrl-enter: 執行選中的**塊
alt-enter: 執行**塊並且插入下面
ctrl-shift-minus: 在滑鼠處分割**塊
ctrl-s: 儲存並檢查
下: 游標下移
上: 游標上移
遠端訪問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...