ps -aux //列出所有进程
kill -9 PID //关闭进程
先 cd liyiwen
再 nohup jupyter notebook --allow-root & //后台运行jupyter notebook
# 安装jupyter主题
pip install jupyterthemes
# 加载可用主题列表
jt -l
# 选择你想要的主题
jt -t <name of the theme> # 如 jt -t chesterish
# 回到原来的主题
jt -r
最后修改:2022 年 03 月 24 日
© 允许规范转载
1 条评论
👍