饿... 其实就是:内网穿透->远程访问 jupyter notebook
- [流程]
1.内网穿透实现远程访问自己的ubuntu(主机在家)
2.配置jupyter notebook
3.测试
- [1 在服务器上安装Linux版本的Anaconda]
anaconda
因为下载很慢,我是本地迅雷然后 scp 上去的
- [安装jupyterthemes]
https://www.cnblogs.com/shanger/p/12006161.html
https://blog.csdn.net/Apple_xiaoli/article/details/104533008
- [配置jupyterthemes]
https://blog.csdn.net/weixin_34006468/article/details/92880126
- [jupyterthemes各样式]
https://blog.csdn.net/Techmonster/article/details/73382535
https://cloud.tencent.com/developer/article/1440422
- [jupyter主题包的使用命令]
# list available themes
# onedork | grade3 | oceans16 | chesterish | monokai | solarizedl | solarizedd
# 列出所有可用的主题
jt -l
# select theme...
# jt -t 主题名
jt -t chesterish
# restore default theme
# NOTE: Need to delete browser cache after running jt -r
# If this doesn't work, try starting a new notebook session.
# 恢复默认主题
jt -r
- [jupyterthemes主题配置及效果预览]
jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N
https://blog.csdn.net/qq_41058526/article/details/83748011
https://zhuanlan.zhihu.com/p/46242116
- [JT COMMAND]
http://www.luyixian.cn/news_show_25177.aspx