步骤
- 用jupyter notebook写笔记
文字笔记:markdown(文字+插入图片) + latex数学公式 - jupyter notebook另存为markdowm
- vscode markdown all in one 导出成html (可以用markdown编辑器notable)
- chrome 打开html ctrl+P另存为pdf(视觉效果比直接另存为pdf好看些)
其他
用jupyter notebook记笔记好处有:
- 学习算法的原理,文字记录 + latex编辑数学公式
- 写代码试错
- 可视化结果
上面三点可以一站式解决。
用github仓库保存笔记,作为笔记本。
在线jupyter 可以使用百度AI studio 或者google colab
latex cheatsheet: https://zinglix.xyz/2017/08/23/latex-maths-cheatsheet/
在jupyter中使用latex教程: https://github.com/ssaeed85/UsingLatexInJupyterNB
jupyter cheatsheet: https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf
https://sailorlisa.github.io/2019/05/16/Jupyter-Notebook-Cheat-Sheet%E4%B8%AD%E6%96%87/