Ben Chuanlong Du's Blog

And let it direct your passion with reason.

Jupyter Notebook Support in Bitbucket

GitHub has built-in support for Jupyter Notebooks. Bitbucket supports Jupyter Notebooks via a fileview addon. It works on both publick and private notebooks. Follow the steps below to install the addon.

  1. Click on your avatar in the lower left corner on your homepage of Bitbucket.

    Bitbucket Menu

  2. Select the option App marketplace.

  3. Find the addon Notebook Viewer in the listings.

  4. Install the addon Notebook Viewer.

  5. Open a notebook in one of your Bitbucket repository.

  6. Click on Default file viwer (to the left of the button Edit) and select IPython Viwer.

Reference

https://bitbucket.org/site/master/issues/11318/enable-rich-rendering-of-jupyter-notebooks

Comments