Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to display ipynb notebook file in bitbucket?

Tags:

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?

like image 712
HappyCoding Avatar asked Nov 13 '17 01:11

HappyCoding


People also ask

How do I view a Jupyter Notebook in bitbucket?

Navigate to the Bitbucket profile and copy the URL from the browser's address-bar. Navigate to Notebooks >> Jupyter and open a Jupyter notebook.

How do I access my Jupyter Notebook file?

You can open existing Jupyter Notebook files (. ipynb) in the Jupyter Notebook dashboard by clicking on the name of the file in the dashboard (e.g. filename. ipynb ).

How do I view Ipynb files on GitHub?

ipynb extension in a GitHub repository will be rendered as static HTML files when they are opened. The interactive features of the notebook, such as custom JavaScript plots, will not work in your repository on GitHub. Click on the uploaded file to view inside github viewer. You can share the highlighted URL to others.


1 Answers

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.

like image 124
Bryan Avatar answered Sep 18 '22 23:09

Bryan