餓... 其實(shí)就是:內(nèi)網(wǎng)穿透->遠(yuǎn)程訪問 jupyter notebook
- [流程]
1.內(nèi)網(wǎng)穿透實(shí)現(xiàn)遠(yuǎn)程訪問自己的ubuntu(主機(jī)在家)
2.配置jupyter notebook
3.測試
- [1 在服務(wù)器上安裝Linux版本的Anaconda]
anaconda
因?yàn)橄螺d很慢,我是本地迅雷然后 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.
# 恢復(fù)默認(rèn)主題
jt -r
- [jupyterthemes主題配置及效果預(yù)覽]
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