GitHub用jupyter Notebook查看代码

  • Post author:
  • Post category:其他


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

现在可以通过保存到GitHub上,然后通过

http://nbviewer.ipython.org/<URl>分享




具体操作:


本地编写好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上查看一样




版权声明:本文为MashiMaroJ原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。