Loading...
暂时无可提供的摘要
本文转载自 Xcnte' s Blog版权属于:Xcnte' s Blog(除特别注明外)本文链接:https://www.xcnte.com/archives/656/本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!VPS综合测试SuperBench.shwget -qO- git.io/superbench.sh | bash或者curl -LsO ...
ps -aux //列出所有进程 kill -9 PID //关闭进程 先 cd liyiwen 再 nohup jupyter notebook --allow-root & //后台运行jupyter notebook # 安装jupyter主题 pip install jupyterthemes # 加载可用主题列表 jt -l # 选择你想要的主题 jt -t &l...