步驟
- 用jupyter notebook寫筆記
文字筆記:markdown(文字+插入圖片) + latex數(shù)學(xué)公式 - jupyter notebook另存為markdowm
- vscode markdown all in one 導(dǎo)出成html (可以用markdown編輯器notable)
- chrome 打開html ctrl+P另存為pdf(視覺效果比直接另存為pdf好看些)
其他
用jupyter notebook記筆記好處有:
- 學(xué)習(xí)算法的原理,文字記錄 + latex編輯數(shù)學(xué)公式
- 寫代碼試錯
- 可視化結(jié)果
上面三點可以一站式解決。
用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/