美文网首页
Jupyter Notebook Tutorial

Jupyter Notebook Tutorial

作者: Leahlijuan | 来源:发表于2019-08-19 06:35 被阅读0次

启动

  • 安装anaconda
  • 在terminal中输入jupyter notebook,即可在浏览器中打开

使用

  • 在cell中可以直接输入python代码并运行

  • 可以将cell改为markdown格式,输入markdown

  • 加上%可以输入命令行语言
    %ls就相当于在cmd中输入ls

  • 加上%%则整个cell都会是这种格式
    %%HTML,这个cell就是一个HTML格式

  • 可以将文件下载为html等格式

相关文章

网友评论

      本文标题:Jupyter Notebook Tutorial

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