Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在github上可视化ipython_Github_Ipython Notebook - Fatal编程技术网

在github上可视化ipython

在github上可视化ipython,github,ipython-notebook,Github,Ipython Notebook,是否可以在github上以呈现.md文件的方式呈现.ipynb文件?基本上,我是在问是否有可能嵌入笔记本查看器GitHub对自述类型文件的支持,但IPython笔记本电脑不在其中 如果您尝试使用(GitHub上托管的静态站点)执行此操作,则使用nbconvert手动转换为HTML可能会很有用: ipython nbconvert --to html --template full notebook.ipynb 这将输出一个HTML文件和一个包含图像和其他文件的目录 如果您有乳胶配方,则应在客户

是否可以在github上以呈现
.md
文件的方式呈现
.ipynb
文件?基本上,我是在问是否有可能嵌入笔记本查看器

GitHub对自述类型文件的支持,但IPython笔记本电脑不在其中

如果您尝试使用(GitHub上托管的静态站点)执行此操作,则使用
nbconvert
手动转换为HTML可能会很有用:

ipython nbconvert --to html --template full notebook.ipynb
这将输出一个HTML文件和一个包含图像和其他文件的目录

如果您有乳胶配方,则应在客户端使用