1、安装jupyter
pip install jupyter
2、安装jupyter主题
pip install jupyterthemes
3、设置jupyter主题
(ENVp3) haha@haha-SYS-7048GR-TR:~/software/jupy$ jt -t grade3 -f fira -fs 16 -cellw 95% -ofs 11 -dfs 11 -T -lineh 120
4、打开jupyternotebook
(ENVp3) haha@haha-SYS-7048GR-TR:~/software/jupy$ jupyter-notebook --no-browser --ip 0.0.0.0 --port=7000 --allow-root
5、浏览器访问