美文网首页
笔记工具

笔记工具

作者: 汉江岳 | 来源:发表于2022-05-13 10:55 被阅读0次

步骤

  1. 用jupyter notebook写笔记
    文字笔记:markdown(文字+插入图片) + latex数学公式
  2. jupyter notebook另存为markdowm
  3. vscode markdown all in one 导出成html (可以用markdown编辑器notable)
  4. chrome 打开html ctrl+P另存为pdf(视觉效果比直接另存为pdf好看些)

其他

用jupyter notebook记笔记好处有:

  1. 学习算法的原理,文字记录 + latex编辑数学公式
  2. 写代码试错
  3. 可视化结果
    上面三点可以一站式解决。
    用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/

相关文章

网友评论

      本文标题:笔记工具

      本文链接:https://www.haomeiwen.com/subject/fmmyurtx.html