GitHub用jupyter Notebook查看代码

如何将jupyter notebook上写的东西分享出去是比价困难的.

 现在可以通过保存到GitHub上,然后通过http://nbviewer.ipython.org/分享


具体操作:

本地编写好jupyter notebook格式文件,保存为后缀为".ipynb"的文件

将文件发布到GitHub上去,然后在GitHub上点击文件得到文件的URL,举例:

现在完整路径是:

https://github.com/EdenLiu/notes-Linear-Algebra/blob/master/ReadMe.ipynb

我们截取EdenLiu/notes-Linear-Algebra/blob/master/ReadMe.ipynb放到http://nbviewer.ipython.org/后得到

http://nbviewer.ipython.org/EdenLiu/notes-Linear-Algebra/blob/master/ReadMe.ipynb

访问此路径就能查看你分享的文件了,效果与在jupyter notebook上查看一样

你可能感兴趣的:(git)