
Jupyter notebook 介绍

简介
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
jupyter notebook同时显示笔记,代码和输出。 写试验性质代码时可以随时写下自己的想法,自己的测试结果也可以保存。 可以极大提高编程效率。
hexo~
语法
https://guides.github.com/features/mastering-markdown/
https://hexo.io/zh-cn/docs/writing
1 | 分割线: |
斜体
粗体
瞎折腾
hexo admin
posts里面的编辑器右上角 显示 unpublish ,实际是这个页面publish。 点了后会变成 unpulish,也就是draft。
当你第一次点击 Deploy 按钮时,可能会遇到上述的错误,因为缺少了执行 deploy 的命令,这个问题已经有人提了
issue 并且解决了
还需要注意的是,issue 中的脚本只是 hexo deploy,只是做 deploy 操作,但是一般我们的使用习惯是编辑完之后 deploy,所以是要 deploy 最新的,需要把脚本改为即可
1 | #!/usr/bin/env sh |
gitalk
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
