how to display ipynb notebook file in bitbucket?

一世执手 提交于 2019-12-04 17:40:35

问题


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

Anyone know how can I view is as a notebook like in Jupyter notebook?


回答1:


I found a solution from Bitbucket dev post:

  • To install the addon, click your avatar in the lower left corner and select "Integrations".
  • You should now see "Bitbucket Notebook Viewer" listed in the addon listings.
  • Once you have installed the addon you will get the option to render as a notebook on any file with the extension ".ipynb".

For team project repo, it should be installed under team account.




回答2:


As of 11/2018, this has moved. Click on your Avatar then Bitbucket Settings then Marketplace. You can search for or scroll down to the Notebook Viewer by Atlassian add-on and install it.

If you then go back to the .ipynb file, you will see a drop-down menu at the top that says "Default File Viewer". "Ipython Notebook" will appear as an option after you install the Notebook Viewer add-on and refresh. You can then toggle between the raw JSON and the Notebook views.



来源:https://stackoverflow.com/questions/47256074/how-to-display-ipynb-notebook-file-in-bitbucket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!