本文介绍了如何在bitbucket中显示ipynb笔记本文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的笔记本以其原始Json文本显示在Bitbucket网页中.我希望它能够向合作者呈现一个Jupyter笔记本
My notebook is displayed in its raw Json text in Bitbucket webpage. I'd like it is able to render a jupyter notebook to my collaborators
任何人都知道如何像Jupyter笔记本一样查看笔记本吗?
Anyone know how can I view is as a notebook like in Jupyter notebook?
推荐答案
我从Bitbucket开发人员的帖子中找到了一个解决方案:
I found a solution from Bitbucket dev post:
- 要安装插件,请单击左下角的头像,然后选择集成".
- 您现在应该在插件列表中看到"Bitbucket Notebook Viewer".
- 一旦安装了插件,您将可以选择在任何扩展名为".ipynb"的文件上以笔记本的形式呈现.
对于团队项目存储库,应将其安装在团队帐户下.
For team project repo, it should be installed under team account.
这篇关于如何在bitbucket中显示ipynb笔记本文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!