1jt -t chesterish -fs 16 -nfs 14 -tfs 14 -ofs 16 -dfs 14 -cellw 1600 -T -N -kl -f anka -nf anka -tf anka
1# list available themes
2# onedork | grade3 | oceans16 | chesterish | monokai | solarizedl | solarizedd
3jt -l
4
5# select theme...
6jt -t chesterish
7
8# restore default theme
9# NOTE: Need to delete browser cache after running jt -r
10# If this doesn't work, try starting a new notebook session.
11jt -r
12
13# toggle toolbar ON and notebook name ON
14jt -t grade3 -T -N
15
16# toggle kernel logo. kernel logo is in same container as name
17# toggled with -N. That means that making the kernel logo visible is
18# pointless without also making the name visible
19jt -t grade3 -N -kl
20
21# set code font to 'Roboto Mono' 12pt
22# (see monospace font table below)
23jt -t onedork -f roboto -fs 12
24
25# set code font to Fira Mono, 11.5pt
26# 3digit font-sizes get converted into float (115-->11.5)
27# 2digit font-sizes > 25 get converted into float (85-->8.5)
28jt -t solarizedd -f fira -fs 115
29
30# set font/font-size of markdown (text cells) and notebook (interface)
31# see sans-serif & serif font tables below
32jt -t oceans16 -tf merriserif -tfs 10 -nf ptsans -nfs 13
33
34# adjust cell width (% screen width) and line height
35jt -t chesterish -cellw 90% -lineh 170
36
37# or set the cell width in pixels by leaving off the '%' sign
38jt -t solarizedl -cellw 860
39
40# fix the container-margins on the intro page (defaults to 'auto')
41jt -t monokai -m 200
42
43# adjust cursor width (in px) and make cursor red
44# options: b (blue), o (orange), r (red), p (purple), g (green), x (font color)
45jt -t oceans16 -cursc r -cursw 5
46
47# choose alternate prompt layout (narrower/no numbers)
48jt -t grade3 -altp
49
50# my two go-to styles
51# dark
52jt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T
53# light
54jt -t grade3 -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T