jupyter notebook 的安装与使用


JupyterHub 包含三个组件 [1]:

    一个多用户的 Hub
    一个可配置的 http代理
    多个单用户JupyterNotebook服务器


ubuntu安装jupyter 并设置远程访问
		https://www.cnblogs.com/wu-chao/p/8419889.html

设置使用密码访问 jupyter notebook 服务
		https://www.jianshu.com/p/642489051956



Jupyterlab安装、配置及常见问题
        https://blog.csdn.net/wxyczhyza/article/details/127446404


jupyter  快捷键:
		https://blog.csdn.net/lawme/article/details/51034543
		https://www.jianshu.com/p/64605d7a6f27

jupyter 代码自动补全:
		https://blog.csdn.net/huangkangying/article/details/80769743
		https://www.cnblogs.com/qiuxirufeng/p/9609031.html

Jupyter NoteBook配置:主题、字体、插件
		https://blog.csdn.net/jewely/article/details/87886464
		pip install jupyterthemes
		jt -r : 恢复默认主题

		jt -t onedork -T -N -f cousine -fs 11 -cellw 90% -tfs 12
		jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T

https://www.cnblogs.com/qiuxirufeng/p/9609031.html
jt --lineh 140 -f consolamono -tf ptmono -t grade3 -ofs 14 -nfs 14 -tfs 14 -fs 14 -T -N

Jupyter Notebook 添加目录插件
		https://blog.csdn.net/zweing/article/details/86768530		

Jupyter Notebook与Markdown知识点汇总(一)
		https://blog.csdn.net/syd_de_blog/article/details/88379224#Markdown_91
		https://blog.csdn.net/BaiJing1999/article/details/88379038#2Markdown__108


		https://img-blog.csdnimg.cn/20190309101559900.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2N6dzE5MDc1NTQxMzg=,size_16,color_FFFFFF,t_70


		https://img-blog.csdnimg.cn/20190309101618669.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2N6dzE5MDc1NTQxMzg=,size_16,color_FFFFFF,t_70

安装配置
		https://blog.csdn.net/JJwho/article/details/78765352



#################################################################################
############################ Python #########################################

		https://www.zhihu.com/question/42112149

		面试:
		https://blog.csdn.net/IAlexanderI/article/details/65035857
		

Typora 使用教程:
		https://blog.csdn.net/u010586698/article/details/90700319
		https://www.jianshu.com/p/5e199c5c7a33
		https://www.jianshu.com/p/783d30c98f56

		图片: 
		https://pixabay.com/images/search/
		
posted @ 2019-12-07 15:16  梭梭666  阅读(182)  评论(0)    收藏  举报
返回顶部