Reputation: 5139
Bit-bucket displays my notebook in a raw Json text form. I'd like it to be able to render a jupyter notebook for my collaborators
Anyone know how this can be done?
Upvotes: 28
Views: 26425
Reputation: 175
As of 2021/Feb
I believe it's now under setting -> marketplace, look for the app call notebook viewer
after installed and access granted, you can switch view mode for the ipython code
Upvotes: 15
Reputation: 357
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.
Upvotes: 26
Reputation: 5139
I found a solution from Bitbucket dev post:
For team project repo, it should be installed under team account.
Upvotes: 25