Answers for "jupyter notebooks dark mode"

3

how to make jupyter notebook dark mode

pip install jupyterthemes

 jt -t onedork -f roboto -fs 12
Posted by: Guest on January-20-2021
4

jupyter notebook dark theme

1. pip install jupyterthemes
2. jt -t chesterish -fs 16 -nfs 14 -tfs 14 -ofs 16 -dfs 14 -cellw 1600 -T -N -kl -f anka -nf anka -tf anka
Posted by: Guest on January-11-2021

Python Answers by Framework

Browse Popular Code Answers by Language