[Python Notes] **lamHo** septembre 2017

Jupyter Notebook

*Markdown Tips*

  1. 快捷键
  2. 主题
    </font>

1. 快捷键

  • To edit a cell, press ENTER.
  • To run a cell, press CTRL+ENTER.
  • To run a cell and select the one below, press SHIFT+ENTER.
  • To run a cell and add one below, press ALT+ENTER.
  • To add a cell below, press B.
  • To add a cell above, press A.

(For more shortcuts, see Help > Keyboard Shortcuts)

2. 不同主题选择 see more

  • 安装:
    pip install jupyterthemes
  • 更新:
    pip install --upgrade jupyterthemes
  • 显示可用的主题:
    jt -l
  • 更改chesterish主题:
    jt -t chesterish
  • 回复原始主题:
    jt -r

现用主题:
jt -t grade3 -nf droidsans -nfs 12 -f roboto -fs 11 -tf georgiaserif -tfs 12 -ofs 11

argument usage
-t theme
-nf notebook font
-nfs notebook font size
-f code font
-fs code font size
-tf text font
-tfs text font size
-ofs output font size